Пример #1
0
 public PlayGameState(DancingDotsGame game)
 {
     this.game = game;
 }
Пример #2
0
 public IntroductionGameState(DancingDotsGame game)
 {
     this.game = game;
 }
Пример #3
0
 void Awake()
 {
     gameManager = GetComponent <DancingDotsGame>();
 }