Files
echoes/include/MetroidPrime/ScriptLoader/SLdrIngSpaceJumpGuardianStruct.hpp
Henrique Gemignani Passos Lima 7539fb92cb cammelCase for intermediate structs
2023-08-11 22:35:54 +03:00

20 lines
519 B
C++

#ifndef _SLDRINGSPACEJUMPGUARDIANSTRUCT
#define _SLDRINGSPACEJUMPGUARDIANSTRUCT
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrIngSpaceJumpGuardianStruct {
SLdrIngSpaceJumpGuardianStruct();
~SLdrIngSpaceJumpGuardianStruct();
float tauntChance;
float attackChance;
float unknown_0x03698c10;
float locomotionSpeed;
float unknown_0x3e370622;
};
void LoadTypedefSLdrIngSpaceJumpGuardianStruct(SLdrIngSpaceJumpGuardianStruct&, CInputStream&);
#endif // _SLDRINGSPACEJUMPGUARDIANSTRUCT