AxibugEmuOnline/AxibugEmuOnline.Client/Assets/Plugins/Mame.Core/Motion/neogeoMotion.cs

12 lines
162 B
C#
Raw Normal View History

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