mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-11 03:17:11 +00:00
7 lines
171 B
C#
7 lines
171 B
C#
namespace SabreTools.Serialization.Serializers
|
|
{
|
|
public class Listxml : XmlFile<Models.Listxml.Mame>
|
|
{
|
|
// All logic taken care of in the base class
|
|
}
|
|
} |