LANCommander/LANCommander.Server/Models/PackagingDialogOptions.cs

8 lines
201 B
C#

namespace LANCommander.Server.Models;
public class PackagingDialogOptions
{
public Guid GameId { get; set; }
public Guid ToolId { get; set; }
public Guid RedistributableId { get; set; }
}