//		float timer = 1;

        public ScannerPlayState(ScannerGame game)
        {
            this.game = game;
        }
Ejemplo n.º 2
0
 public ScannerResultState(ScannerGame game)
 {
     this.game = game;
 }
Ejemplo n.º 3
0
 public ScannerRoundsManager(ScannerGame game)
 {
     this.game = game;
 }
Ejemplo n.º 4
0
 void Awake()
 {
     game = GetComponent <ScannerGame>();
 }