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