add place name

This commit is contained in:
2025-05-18 19:26:16 +07:00
parent 73838d7773
commit 107504317e
14 changed files with 164 additions and 131 deletions
+3 -2
View File
@@ -137,8 +137,9 @@ message AddActionRsp {}
message Action {
int64 id = 1;
string place = 2;
string text = 3;
repeated Application applications = 4;
string name = 3;
string text = 4;
repeated Application applications = 5;
}
message GameStartReq {}