void Awake() { gameManager = GetComponent <DancingDotsGame>(); }
public IntroductionGameState(DancingDotsGame game) { this.game = game; }
public ResultGameState(DancingDotsGame game) { this.game = game; }
protected override void Awake() { base.Awake(); instance = this; }