//		float timer = 1;

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