Files
Henrique Gemignani Passos Lima 7539fb92cb cammelCase for intermediate structs
2023-08-11 22:35:54 +03:00

19 lines
410 B
C++

#ifndef _SLDRTWEAKPLAYER_SHIELD
#define _SLDRTWEAKPLAYER_SHIELD
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrTweakPlayer_Shield {
SLdrTweakPlayer_Shield();
~SLdrTweakPlayer_Shield();
float maxEnergy;
float usageRate;
float rechargeRate;
bool allowsMotion;
};
void LoadTypedefSLdrTweakPlayer_Shield(SLdrTweakPlayer_Shield&, CInputStream&);
#endif // _SLDRTWEAKPLAYER_SHIELD