protected virtual void Awake() { if (this._delegate == null) { this._delegate = this.GetRequiredComponentInParent <IHealthComponentDelegate>(); } this._health = this._baseHealth; }
protected virtual void Awake() { if (this._delegate == null) { this._delegate = this.GetRequiredComponentInParent<IHealthComponentDelegate>(); } this._health = this._baseHealth; }