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