public void Hit() { if (aniInstance != null) { aniInstance.PlayHit(); } }
public void Hit() { if (animCreep != null) { animCreep.PlayHit(); } }