public void Begin() { StartListenForEvents(); GeneratePanels(); controller.TriggerUIEvent(UIEvents.Type.SceneComeIn); }
public void Begin() { controller.TriggerUIEvent(Framework.UIEvents.Type.SceneComeOut); _BackgroundAudio.FadeVolume(true); controller.StartCoroutine(LoadGAME()); }