mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-16 11:13:05 +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
|
|
}
|
|
}
|