完善客户端协议

This commit is contained in:
flswld
2023-01-19 19:29:52 +08:00
parent a00bee14d0
commit 2983c16272
3254 changed files with 57101 additions and 93258 deletions
+18
View File
@@ -0,0 +1,18 @@
syntax = "proto3";
package proto;
option go_package = "./;proto";
message MonsterSummonTagNotify {
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 1372;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
map<uint32, uint32> summon_tag_map = 1;
uint32 monster_entity_id = 8;
}