Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     numbersMatched = 0;
     numsToMatch = GetComponent<AutoGenerationManager> ();
     OutOfDarts = false;
     firstSpot = false;
     secSpot = false;
     thirSpot = false;
     fourSpot = false;
     fifSpot = false;
 }
Beispiel #2
0
 // Use this for initialization
 void Start()
 {
     numbersMatched = 0;
     numsToMatch    = GetComponent <AutoGenerationManager> ();
     OutOfDarts     = false;
     firstSpot      = false;
     secSpot        = false;
     thirSpot       = false;
     fourSpot       = false;
     fifSpot        = false;
 }