LANCommander.PlaynitePlugin/LANCommander/Models/EditKeysViewModel.cs
2023-01-07 20:54:24 -06:00

10 lines
197 B
C#

using LANCommander.Data.Models;
namespace LANCommander.Models
{
public class EditKeysViewModel
{
public Game Game { get; set; }
public string Keys { get; set; }
}
}