mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-19 05:48:09 +00:00
WIP
This commit is contained in:
16
dCommon/dEnums/eDeletionRestrictionsCheckType.h
Normal file
16
dCommon/dEnums/eDeletionRestrictionsCheckType.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __EDELETIONRESTRICTIONSCHECKTYPE__H__
|
||||
#define __EDELETIONRESTRICTIONSCHECKTYPE__H__
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
enum class eDeletionRestrictionsCheckType : uint32_t {
|
||||
INCLUDE_LOTS,
|
||||
EXCLUDE_LOTS,
|
||||
ANY_OF_THESE,
|
||||
ALL_OF_THESE,
|
||||
ZONE,
|
||||
RESTRICTED,
|
||||
MAX
|
||||
};
|
||||
|
||||
#endif //!__EDELETIONRESTRICTIONSCHECKTYPE__H__
|
Reference in New Issue
Block a user