void FistAttack(Damagable target) { target.TakeDamage(Random.Range(2, 4)); }
void ClearDamagableTarget() { m_Damagable = null; }