From dfbd9a74342be724fb7bcd1c3c6b2b5afa1a0dfb Mon Sep 17 00:00:00 2001 From: zhanghualin <286990256@qq.com> Date: Fri, 2 Sep 2022 11:57:14 +0800 Subject: [PATCH] 稍微修改一下格式 --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 6611919..c1d06ae 100644 --- a/models.proto +++ b/models.proto @@ -48,7 +48,7 @@ message Hero { int32 rein_count = 5; int32 rein_point = 6; int32 exp = 7; - map skills = 8; + map skills = 8; } message Equipment { -- libgit2 0.21.2