diff --git a/game.proto b/game.proto index 48c3e42..2312fbf 100644 --- a/game.proto +++ b/game.proto @@ -156,4 +156,8 @@ message StoreBuyRsp { message StoreUpdatePropertyNty { repeated string keys = 1; // 键 名字 models.Store store = 2; +} + +message GuideReq { + int32 guide_steps = 1; } \ No newline at end of file diff --git a/models.proto b/models.proto index b9d1340..afcf069 100644 --- a/models.proto +++ b/models.proto @@ -118,4 +118,6 @@ message Role { map daily_task = 20; map week_task = 21; map month_task = 22; + + int32 guide_steps = 23; } \ No newline at end of file -- libgit2 0.21.2