EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
FacWar::StatType Namespace Reference

Enumerations

enum  { Kill = 0, Loss = 1 }
 

Enumeration Type Documentation

anonymous enum
Enumerator
Kill 
Loss 

Definition at line 243 of file EVE_Corp.h.

243  {
244  Kill = 0,
245  Loss = 1
246  };