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