Add to common vars and dnet

Added values to enums on dnet and common vars that were missing
This commit is contained in:
EmosewaMC
2022-06-17 22:18:46 -07:00
parent 2403a7fe45
commit 136937184e
2 changed files with 7 additions and 0 deletions

View File

@@ -415,6 +415,12 @@ enum eReplicaComponentType : int32_t {
COMPONENT_TYPE_MODEL = 5398484 //look man idk
};
enum class UseItemResponse : uint32_t {
NoImaginationForPet = 1,
FailedPrecondition,
MountsNotAllowed
};
/**
* Represents the different types of inventories an entity may have
*/