diff options
author | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-10-26 18:49:01 +0200 |
---|---|---|
committer | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-10-26 18:49:01 +0200 |
commit | acd537d53369002ff3e5557865cbe66af01ea3a1 (patch) | |
tree | 089e8aeadf3f16244326fb943c5c288ca0613e87 /source/PacketID.h | |
parent | Updated VS2010 project files (diff) | |
download | cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.gz cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.bz2 cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.lz cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.xz cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.zst cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.zip |
Diffstat (limited to 'source/PacketID.h')
-rw-r--r-- | source/PacketID.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/PacketID.h b/source/PacketID.h index 6a5611ae0..75482bbb0 100644 --- a/source/PacketID.h +++ b/source/PacketID.h @@ -1,8 +1,8 @@ #pragma once
//tolua_begin
-enum ENUM_PACKET_ID
-{
+enum ENUM_PACKET_ID
+{
E_KEEP_ALIVE = 0x00,
E_LOGIN = 0x01,
E_HANDSHAKE = 0x02,
@@ -45,8 +45,9 @@ enum ENUM_PACKET_ID E_INVENTORY_SLOT = 0x67,
E_INVENTORY_WHOLE = 0x68,
E_INVENTORY_PROGRESS= 0x69,
+ E_CREATE_INVENTORY_ACTION = 0x6B,
E_UPDATE_SIGN = 0x82,
E_PING = 0xfe,
E_DISCONNECT = 0xff,
-};
-//tolua_end
\ No newline at end of file +};
+//tolua_end
|