12 lines
162 B
C#
12 lines
162 B
C#
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace MAME.Core
|
|||
|
{
|
|||
|
public partial class NeogeoMotion
|
|||
|
{
|
|||
|
public NeogeoMotion()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|