add game to team story

This commit is contained in:
2026-08-03 01:17:50 +07:00
parent 051b3e8bee
commit 599c73bc08
6 changed files with 116 additions and 85 deletions
+1
View File
@@ -828,6 +828,7 @@ message GetTeamStoryReq {
message GetTeamStoryRsp {
string error = 1;
Story story = 2;
Game game = 3;
}
message AddTeamActionReq {