mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-14 19:38:08 +00:00
WIP
This commit is contained in:
13
dCommon/dEnums/eGuildCreationResponse.h
Normal file
13
dCommon/dEnums/eGuildCreationResponse.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __EGUILDCREATIONRESPONSE__H__
|
||||
#define __EGUILDCREATIONRESPONSE__H__
|
||||
|
||||
enum eGuildCreationResponse {
|
||||
CREATED = 0,
|
||||
REJECTED_BAD_NAME,
|
||||
REJECTED_EXISTS,
|
||||
UNKNOWN_ERROR
|
||||
};
|
||||
|
||||
#endif //!__EGUILDCREATIONRESPONSE__H__
|
Reference in New Issue
Block a user