ManaPlus
Enumerations
SkillOwner Namespace Reference

Enumerations

enum  Type { Player = 0 , Mercenary = 1 , Homunculus = 2 , Guild = 3 }
 

Enumeration Type Documentation

◆ Type

Enumerator
Player 
Mercenary 
Homunculus 
Guild 

Definition at line 27 of file skillowner.h.

28  {
29  Player = 0,
30  Mercenary = 1,
31  Homunculus = 2,
32  Guild = 3
33  };
Definition: guild.h:70