using System.Collections.Generic; namespace GFGGame { public class PreloadManager : SingletonBase<PreloadManager> { private Queue<string> waitLoadList = new Queue<string>(); } }