Exemplo n.º 1
0
 void Awake()
 {
     gameManager = GetComponent <DancingDotsGame>();
 }
Exemplo n.º 2
0
 public IntroductionGameState(DancingDotsGame game)
 {
     this.game = game;
 }
Exemplo n.º 3
0
 public ResultGameState(DancingDotsGame game)
 {
     this.game = game;
 }
 protected override void Awake()
 {
     base.Awake();
     instance = this;
 }