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
@@ -7,14 +7,14 @@ struct SLdrIngSpiderballGuardianStruct {
SLdrIngSpiderballGuardianStruct();
~SLdrIngSpiderballGuardianStruct();
float min_patrol_speed;
float max_patrol_speed;
float linear_acceleration;
float angular_speed;
float minPatrolSpeed;
float maxPatrolSpeed;
float linearAcceleration;
float angularSpeed;
float unknown;
float stunned_speed;
float stunned_time;
float max_charge_time;
float stunnedSpeed;
float stunnedTime;
float maxChargeTime;
};
void LoadTypedefSLdrIngSpiderballGuardianStruct(SLdrIngSpiderballGuardianStruct&, CInputStream&);