Ejemplo n.º 1
0
 public void Init()
 {
     type = SYS_UI_EventType.UpdateHealthBar;
 }
Ejemplo n.º 2
0
 public void Init()
 {
     type = SYS_UI_EventType.PauseEvent;
 }
Ejemplo n.º 3
0
 public void Init()
 {
     type = SYS_UI_EventType.StartGame;
 }
Ejemplo n.º 4
0
 public void Init()
 {
     type = SYS_UI_EventType.PressSettingButton;
 }
Ejemplo n.º 5
0
 public void Init()
 {
     type = SYS_UI_EventType.PrintSomeInfo;
 }