格式化代码

This commit is contained in:
flswld
2023-05-22 00:39:02 +08:00
parent f851ad1692
commit 3100e8b147
115 changed files with 38550 additions and 38546 deletions

View File

@@ -5,14 +5,14 @@ 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;
}
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;
map<uint32, uint32> summon_tag_map = 1;
uint32 monster_entity_id = 8;
}