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