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

20 lines
389 B
C++

#ifndef _SLDRTDAMAGEINFO
#define _SLDRTDAMAGEINFO
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrTDamageInfo {
SLdrTDamageInfo();
~SLdrTDamageInfo();
int weaponType;
float damageAmount;
float radiusDamageAmount;
float damageRadius;
float knockBackPower;
};
void LoadTypedefSLdrTDamageInfo(SLdrTDamageInfo&, CInputStream&);
#endif // _SLDRTDAMAGEINFO