fully define guidl ranks

more testing with the guild list
This commit is contained in:
Aaron Kimbre
2023-11-23 06:48:55 -06:00
parent a4bf11502f
commit 4722c1fdea
3 changed files with 20 additions and 9 deletions

View File

@@ -5,10 +5,10 @@
enum eGuildRank {
FOUNDER = 1,
RANK2,
RANK3,
MEMBER
LEADER = 1,
OFFICER,
VETERAN,
RECRUIT
};
#endif //!__EGUILDRANK__H__