2023-08-09 23:45:58 +03:00
|
|
|
#ifndef _SLDRUNKNOWNSTRUCT26
|
|
|
|
|
#define _SLDRUNKNOWNSTRUCT26
|
|
|
|
|
|
|
|
|
|
#include "Kyoto/SObjectTag.hpp"
|
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
|
#include "MetroidPrime/ScriptLoader/SLdrDamageInfo.hpp"
|
|
|
|
|
#include "MetroidPrime/ScriptLoader/SLdrPlasmaBeamInfo.hpp"
|
|
|
|
|
|
|
|
|
|
struct SLdrUnknownStruct26 {
|
|
|
|
|
SLdrUnknownStruct26();
|
|
|
|
|
~SLdrUnknownStruct26();
|
|
|
|
|
|
|
|
|
|
CAssetId effect;
|
2023-08-11 22:35:54 +03:00
|
|
|
int portalOpenSound;
|
|
|
|
|
SLdrDamageInfo projectileDamage;
|
|
|
|
|
SLdrPlasmaBeamInfo beamInfo;
|
2023-08-09 23:45:58 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
void LoadTypedefSLdrUnknownStruct26(SLdrUnknownStruct26&, CInputStream&);
|
|
|
|
|
|
|
|
|
|
#endif // _SLDRUNKNOWNSTRUCT26
|