浏览代码

new message types for otp interest

Dave Schuyler 21 年之前
父节点
当前提交
9cebf871d7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      direct/src/distributed/MsgTypes.py

+ 4 - 0
direct/src/distributed/MsgTypes.py

@@ -71,6 +71,10 @@ CLIENT_GET_PET_DETAILS_RESP =                82
 
 
 # (Proposed new message): CLIENT_SET_WORLD_POS =                       83
 # (Proposed new message): CLIENT_SET_WORLD_POS =                       83
 
 
+CLIENT_ADD_INTEREST =                        97
+CLEINT_ALTER_INTEREST =                      98
+CLEINT_REMOVE_INTEREST =                     99
+
 # These messages are ignored when the client is headed to the quiet zone
 # These messages are ignored when the client is headed to the quiet zone
 QUIET_ZONE_IGNORED_LIST = [
 QUIET_ZONE_IGNORED_LIST = [