mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
WIP
no crashes
This commit is contained in:
12
dCommon/dEnums/eGuildLeaveReason.h
Normal file
12
dCommon/dEnums/eGuildLeaveReason.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
#ifndef __EGUILDLEAVEREASON__H__
|
||||
#define __EGUILDLEAVEREASON__H__
|
||||
|
||||
enum class eGuildLeaveReason : uint8_t {
|
||||
LEFT = 0,
|
||||
KICKED
|
||||
};
|
||||
|
||||
#endif //!__EGUILDLEAVEREASON__H__
|
Reference in New Issue
Block a user