Пример #1
0
 public TitleSceneBase()
 {
     this.interval = 5;
     sloader = SoundLoader.GetInstance();
     tLoader = TextureLoader.GetInstance();
     SSMath.Init();
 }
Пример #2
0
        public static SoundLoader GetInstance()
        {
            if (instance == null) instance = new SoundLoader();

            return instance;
        }