feat: Introduce game detail view, remove multiplayer field, and enhance list navigation with refresh functionality.
This commit is contained in:
@@ -13,9 +13,9 @@ message Opinion {
|
||||
}
|
||||
|
||||
message Game {
|
||||
reserved 3;
|
||||
string title = 1;
|
||||
Source source = 2;
|
||||
bool multiplayer = 3;
|
||||
uint32 min_players = 4;
|
||||
uint32 max_players = 5;
|
||||
uint32 price = 6;
|
||||
|
||||
Reference in New Issue
Block a user