using System.Collections.Generic; namespace GFGGame { public class StudioDataManager : SingletonBase<StudioDataManager> { } }