mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[General] Use default values of 0 for Attack floats in BaseStructs
This commit is contained in:
parent
868ad2b78f
commit
c18aab5357
@ -79,8 +79,8 @@ namespace mwmp
|
||||
|
||||
ESM::Position hitPosition;
|
||||
|
||||
float damage;
|
||||
float attackStrength;
|
||||
float damage = 0;
|
||||
float attackStrength = 0;
|
||||
|
||||
bool isHit = false;
|
||||
bool success = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user