Example #1
0
 // Use this for initialization
 void Start()
 {
     Instant = this;
     m_isWin = false;
     //GameObject[] g = GameObject.FindGameObjectsWithTag("Dot");
     //foreach (var item in g)
     //{
     //    Destroy(item);
     //}
 }
Example #2
0
 void Start()
 {
     Instant = this;
     m_isWin = false;
 }