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
@@ -9,15 +9,15 @@ struct SLdrShockWaveInfo {
SLdrShockWaveInfo();
~SLdrShockWaveInfo();
CAssetId shock_wave_effect;
CAssetId shockWaveEffect;
SLdrDamageInfo damage;
float radius;
float height;
float unknown;
float radial_velocity;
float radial_velocity_acceleration;
CAssetId visor_electric_effect;
int sound_visor_electric;
float radialVelocity;
float radialVelocityAcceleration;
CAssetId visorElectricEffect;
int soundVisorElectric;
};
void LoadTypedefSLdrShockWaveInfo(SLdrShockWaveInfo&, CInputStream&);