Пример #1
0
 void Start()
 {
     hasWon       = false;
     currentTime  = 0f;
     mouseColor   = null;
     chosenColor  = null;
     currentColor = null;
     currentLevel = BoardGenerator.level;
     generator    = GetComponent <BoardGenerator>();
     generator.LoadBoard();
 }