mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-17 04:48:13 +00:00
WIP
This commit is contained in:
14
dCommon/dEnums/eGuildRank.h
Normal file
14
dCommon/dEnums/eGuildRank.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __EGUILDRANK__H__
|
||||
#define __EGUILDRANK__H__
|
||||
|
||||
|
||||
enum eGuildRank {
|
||||
FOUNDER = 1,
|
||||
RANK2,
|
||||
RANK3,
|
||||
MEMBER
|
||||
};
|
||||
|
||||
#endif //!__EGUILDRANK__H__
|
Reference in New Issue
Block a user