File size: 231 Bytes
24b81cb
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
//! 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;
};