MAME.Core/MAME.Unity/Assets/Plugins/UMAME/Motion/neogeoMotion.cs
2025-01-21 14:22:25 +08:00

12 lines
162 B
C#

using System.Collections.Generic;
namespace MAME.Core
{
public partial class NeogeoMotion
{
public NeogeoMotion()
{
}
}
}