mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-05 22:01:33 +00:00
11 lines
174 B
C#
11 lines
174 B
C#
using System.Xml.Serialization;
|
|
|
|
namespace SabreTools.Data.Models.NoIntroDatabase
|
|
{
|
|
[XmlRoot("media")]
|
|
public class Media
|
|
{
|
|
// This item is empty
|
|
}
|
|
}
|