Example #1
0
 public void OnPlayBtn()
 {
     Reset();
     blinker.Close();
     state = TitleScreenState.startingGame;
 }
Example #2
0
 public void CloseBlinker()
 {
     blinker.Close();
 }