From 96cea9fe638175b101630757cfc7a4ca96764823 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Thu, 2 Mar 2023 16:37:55 +0800 Subject: [PATCH] fix: update --- hero.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hero.proto b/hero.proto index 2599566..f2a71c0 100644 --- a/hero.proto +++ b/hero.proto @@ -109,7 +109,7 @@ message HeroUpMemorySlotReq { string costs = 3; } -message HeroUpMemorySlotRsp{ +message HeroUpMemorySlotRsp { string hero_id = 1; map slot_memory = 2; } \ No newline at end of file -- libgit2 0.21.2