Code style

This commit is contained in:
GenZmeY 2021-08-24 02:25:27 +03:00 committed by GitHub
parent e3df831773
commit 1c12cc55a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1315,7 +1315,7 @@ function float GetStunPowerModifier(optional class<DamageType> DamageType, optio
function float GetStumblePowerModifier( optional KFPawn KFP, optional class<KFDamageType> DamageType, optional out float CooldownModifier, optional byte BodyPart )
{
return Modifiers[7];
return Modifiers[7];
}
simulated function ModifyMeleeAttackSpeed(out float InDuration);
@ -1580,4 +1580,4 @@ defaultproperties
EnemyDistDraw.Add(700)
EnemyDistDraw.Add(1000)
EnemyDistDraw.Add(1600)
}
}