Esempio n. 1
0
 void Awake()
 {
     game = GetComponent <ScannerGame>();
 }
Esempio n. 2
0
 public ScannerResultState(ScannerGame game)
 {
     this.game = game;
 }
 public ScannerIntroductionState(ScannerGame game)
 {
     this.game = game;
 }
Esempio n. 4
0
 public ScannerRoundsManager(ScannerGame game)
 {
     this.game = game;
 }
Esempio n. 5
0
        //		float timer = 1;

        public ScannerPlayState(ScannerGame game)
        {
            this.game = game;
        }