mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-23 23:25:35 +00:00
7 lines
130 B
C#
7 lines
130 B
C#
using System.Xml.Serialization;
|
|
|
|
namespace SabreTools.Models.Logiqx
|
|
{
|
|
[XmlRoot("game")]
|
|
public class Game : GameBase { }
|
|
} |