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,13 +7,13 @@ struct SLdrTweakPlayer_ScanVisor {
SLdrTweakPlayer_ScanVisor();
~SLdrTweakPlayer_ScanVisor();
float scan_distance;
bool scan_retention;
bool scan_freezes_game;
bool scan_line_of_sight;
float scan_max_target_distance;
float scan_max_lock_distance;
float scan_camera_speed;
float scanDistance;
bool scanRetention;
bool scanFreezesGame;
bool scanLineOfSight;
float scanMaxTargetDistance;
float scanMaxLockDistance;
float scanCameraSpeed;
};
void LoadTypedefSLdrTweakPlayer_ScanVisor(SLdrTweakPlayer_ScanVisor&, CInputStream&);