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