mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
20 lines
519 B
C++
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
|