LANCommander/LANCommander.Server/Models/AddToCollectionOptions.cs
2024-08-04 18:44:33 -05:00

7 lines
151 B
C#

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