2023-08-09 23:45:58 +03:00
|
|
|
#ifndef _SLDRINGSPACEJUMPGUARDIANSTRUCT
|
|
|
|
|
#define _SLDRINGSPACEJUMPGUARDIANSTRUCT
|
|
|
|
|
|
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
|
|
|
|
|
|
struct SLdrIngSpaceJumpGuardianStruct {
|
|
|
|
|
SLdrIngSpaceJumpGuardianStruct();
|
|
|
|
|
~SLdrIngSpaceJumpGuardianStruct();
|
|
|
|
|
|
2023-08-11 22:35:54 +03:00
|
|
|
float tauntChance;
|
|
|
|
|
float attackChance;
|
2023-08-09 23:45:58 +03:00
|
|
|
float unknown_0x03698c10;
|
2023-08-11 22:35:54 +03:00
|
|
|
float locomotionSpeed;
|
2023-08-09 23:45:58 +03:00
|
|
|
float unknown_0x3e370622;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
void LoadTypedefSLdrIngSpaceJumpGuardianStruct(SLdrIngSpaceJumpGuardianStruct&, CInputStream&);
|
|
|
|
|
|
|
|
|
|
#endif // _SLDRINGSPACEJUMPGUARDIANSTRUCT
|