public void Start()
 {
     s_Singleton = this;
     mole        = UnityEngine.Random.Range(1, 4);
 }
Exemple #2
0
 public void Awake()
 {
     s_Singleton = this;
 }