void Start() { mCool = minionCooldown.getInstance(); faith = faithHud.getInstance(); }
public static faithHud getInstance() { if(instance == null) instance = (faithHud)FindObjectOfType(typeof(faithHud)); return instance; }
// Use this for initialization void Start() { manager = UnitManager.getInstance(); faith = faithHud.getInstance (); StartCoroutine("CoStart"); }
void Awake() { manager = UnitManager.getInstance(); hud = faithHud.getInstance(); //Invoke("destroy", duration); }
void Awake() { faith = faithHud.getInstance(); cool = minionCooldown.getInstance(); }