LANCommander/LANCommander.Steam/GameSearchResult.cs

7 lines
139 B
C#
Raw Permalink Normal View History

namespace LANCommander.Steam;
2024-06-27 00:29:49 -05:00
public class GameSearchResult
2024-06-27 00:29:49 -05:00
{
public string Name { get; set; }
public int AppId { get; set; }
}