D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
231 Bytes
//! extendable type to allow for smarter hit data syncing
class SyncHitInfo extends Managed
{
int m_AnimType;
float m_HitDir;
float m_HealthDamage;
bool m_Fullbody;
//ref TotalDamageResult m_DamageResult;
bool m_HasSource;
};