Assets.Scripts.Player.PlayerHealth.OnHit C# (CSharp) Method

OnHit() public method

public OnHit ( HitContext hitContext ) : void
hitContext Assets.Scripts.People.HitContext
return void
        public void OnHit(HitContext hitContext)
        {
            // TODO: Flash screen red or some shit here
        }