DarkflameServer/dCommon/dEnums/eGuildRank.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
157 B
C
Raw Normal View History

2022-12-20 14:14:58 +00:00
#pragma once
#ifndef __EGUILDRANK__H__
#define __EGUILDRANK__H__
enum eGuildRank {
FOUNDER = 1,
RANK2,
RANK3,
MEMBER
};
#endif //!__EGUILDRANK__H__