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:
@@ -10,15 +10,15 @@ struct SLdrIngPossessionData {
|
||||
SLdrIngPossessionData();
|
||||
~SLdrIngPossessionData();
|
||||
|
||||
bool is_an_encounter;
|
||||
bool isAnEncounter;
|
||||
bool unknown_0xb68c0aa3;
|
||||
CAssetId ing_possessed_model;
|
||||
CAssetId ing_possessed_skin_rules;
|
||||
CAssetId dark_scan_info;
|
||||
SLdrHealthInfo ing_possessed_health;
|
||||
float ing_possessed_damage_multiplier;
|
||||
CAssetId ingPossessedModel;
|
||||
CAssetId ingPossessedSkinRules;
|
||||
CAssetId darkScanInfo;
|
||||
SLdrHealthInfo ingPossessedHealth;
|
||||
float ingPossessedDamageMultiplier;
|
||||
int unknown_0x2befc1bf;
|
||||
SLdrDamageVulnerability ing_vulnerability;
|
||||
SLdrDamageVulnerability ingVulnerability;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrIngPossessionData(SLdrIngPossessionData&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user