LANCommander/LANCommander.SDK/Models/Platform.cs
2024-07-12 18:34:16 -05:00

10 lines
182 B
C#

using System;
using System.Collections.Generic;
namespace LANCommander.SDK.Models
{
public class Platform : KeyedModel
{
public string Name { get; set; }
}
}