Beispiel #1
0
    public override void ClearManager()
    {
        tileSystem.ClearSystem();
        uiSystem.ClearSystem();
        popupSystem.ClearSystem();

        SoundManager.GetInstance().StopAllBGM();

        TestCoder.RemoveTestCode(TestCode);

        instance = null;
    }