DarkflameServer/dCommon/dEnums/eGuildCreationResponse.h
Aaron Kimbre 30fbdd3956 WIP
2022-12-20 08:14:58 -06:00

14 lines
233 B
C

#pragma once
#ifndef __EGUILDCREATIONRESPONSE__H__
#define __EGUILDCREATIONRESPONSE__H__
enum eGuildCreationResponse {
CREATED = 0,
REJECTED_BAD_NAME,
REJECTED_EXISTS,
UNKNOWN_ERROR
};
#endif //!__EGUILDCREATIONRESPONSE__H__