namespace CreatGame { public class GameLogic : Singleton { public void Start() { AssetBundle.AssetBundleManager.Instance.Initialize(); } } }