Add game id
This commit is contained in:
@ -4,6 +4,9 @@ namespace NostrStreamer.ApiModel;
|
||||
|
||||
public class GameInfo
|
||||
{
|
||||
[JsonProperty("id")]
|
||||
public string Id { get; init; } = null!;
|
||||
|
||||
[JsonProperty("name")]
|
||||
public string Name { get; init; } = null!;
|
||||
|
||||
|
Reference in New Issue
Block a user