public TitleSceneBase() { this.interval = 5; sloader = SoundLoader.GetInstance(); tLoader = TextureLoader.GetInstance(); SSMath.Init(); }
public static SoundLoader GetInstance() { if (instance == null) instance = new SoundLoader(); return instance; }