This commit is contained in:
Aaron Kimbre
2022-12-20 08:14:58 -06:00
parent 192948a87f
commit 30fbdd3956
13 changed files with 237 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
#ifndef __EGUILDRANK__H__
#define __EGUILDRANK__H__
enum eGuildRank {
FOUNDER = 1,
RANK2,
RANK3,
MEMBER
};
#endif //!__EGUILDRANK__H__