mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-07-12 18:18:57 -07:00
cammelCase for intermediate structs
This commit is contained in:
@@ -11,11 +11,11 @@ struct SLdrDamageableTriggerOrientated {
|
||||
SLdrDamageableTriggerOrientated();
|
||||
~SLdrDamageableTriggerOrientated();
|
||||
|
||||
SLdrEditorProperties editor_properties;
|
||||
SLdrEditorProperties editorProperties;
|
||||
SLdrHealthInfo health;
|
||||
SLdrDamageVulnerability vulnerability;
|
||||
bool orbitable;
|
||||
bool enable_seeker_lock_on;
|
||||
bool enableSeekerLockOn;
|
||||
bool invulnerable;
|
||||
SLdrVisorParameters visor;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user