synchitinfo.c 231 B

12345678910
  1. //! extendable type to allow for smarter hit data syncing
  2. class SyncHitInfo extends Managed
  3. {
  4. int m_AnimType;
  5. float m_HitDir;
  6. float m_HealthDamage;
  7. bool m_Fullbody;
  8. //ref TotalDamageResult m_DamageResult;
  9. bool m_HasSource;
  10. };