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