Beispiel #1
0
 public static void HSceneStart()
 {
     currentUIHandler = new HideHSceneUI();
 }
Beispiel #2
0
 public static void HSceneEnd()
 {
     currentUIHandler = null;
 }
Beispiel #3
0
 public static void StudioInit()
 {
     currentUIHandler = new HideStudioUI();
 }