10 lines
189 B
C#
10 lines
189 B
C#
using System;
|
|
|
|
namespace LANCommander.SDK.Models.Manifest
|
|
{
|
|
public class Issue
|
|
{
|
|
public string Description { get; set; }
|
|
public string Game { get; set; }
|
|
}
|
|
}
|