add images

This commit is contained in:
2026-03-14 16:02:33 +07:00
parent 4ae2715ab0
commit ae82f8e0d9
6 changed files with 58 additions and 11 deletions
+4 -3
View File
@@ -165,9 +165,10 @@ message Action {
string place = 2;
string name = 3;
string text = 4;
repeated Application applications = 5;
bool hidden = 6;
repeated Door doors = 7;
string image = 5;
repeated Application applications = 6;
bool hidden = 7;
repeated Door doors = 8;
}
message GetGameReq {}