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:
@@ -9,13 +9,13 @@ struct SLdrHUDHint {
|
||||
SLdrHUDHint();
|
||||
~SLdrHUDHint();
|
||||
|
||||
SLdrEditorProperties editor_properties;
|
||||
CAssetId hud_texture;
|
||||
SLdrEditorProperties editorProperties;
|
||||
CAssetId hudTexture;
|
||||
float unknown_0x6078a651;
|
||||
float unknown_0xf00bb6bb;
|
||||
float icon_scale;
|
||||
float animation_time;
|
||||
int animation_frames;
|
||||
float iconScale;
|
||||
float animationTime;
|
||||
int animationFrames;
|
||||
int unknown_0xd993f97b;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user