SmashBros.Controllers.CharacterController.ShieldKeyDown C# (CSharp) Method

ShieldKeyDown() private method

private ShieldKeyDown ( float directionX, float directionY, float downTimer, int playerIndex ) : void
directionX float
directionY float
downTimer float
playerIndex int
return void
        private void ShieldKeyDown(float directionX, float directionY, float downTimer, int playerIndex)
        {
            model.invounerable = true;
            model.invounerableTimeLeft = 3000;
        }