LANCommander.PlaynitePlugin/LANCommander/Models/AddToCollectionOptions.cs

7 lines
144 B
C#

namespace LANCommander.Models
{
public class AddToCollectionOptions
{
public IEnumerable<Guid> GameIds { get; set; }
}
}