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

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