예제 #1
0
 protected override void TouchCore(ref TouchHandlerParams _params)
 {
     RestartButton.Touch(ref _params);
     LevelSelectButton.Touch(ref _params);
     MainMenuButton.Touch(ref _params);
     ExitButton?.Touch(ref _params);
     BackButton.Touch(ref _params);
 }