cammelCase for intermediate structs

This commit is contained in:
Henrique Gemignani Passos Lima
2023-08-11 22:35:54 +03:00
parent 76b3a67852
commit 7539fb92cb
317 changed files with 3113 additions and 3113 deletions
@@ -15,21 +15,21 @@ struct SLdrUnknownStruct3 {
float unknown_0x1473dad2;
float unknown_0x3650ce75;
float unknown_0x78520e6e;
float damage_angle;
float horiz_speed;
float vert_speed;
float fire_rate;
float damageAngle;
float horizSpeed;
float vertSpeed;
float fireRate;
float unknown_0xf9bd253e;
float max_attack_angle;
float max_attack_range;
float start_attack_range;
float attack_leash_timer;
SLdrDamageInfo weapon_damage;
CAssetId weapon_effect;
float maxAttackAngle;
float maxAttackRange;
float startAttackRange;
float attackLeashTimer;
SLdrDamageInfo weaponDamage;
CAssetId weaponEffect;
SLdrHealthInfo health;
SLdrDamageVulnerability vulnerability;
CAssetId state_machine;
CAssetId telegraph_effect;
CAssetId stateMachine;
CAssetId telegraphEffect;
};
void LoadTypedefSLdrUnknownStruct3(SLdrUnknownStruct3&, CInputStream&);