AxibugEmuOnline/AxibugEmuOnline.Client/Assets/MyNes.Core/Support/EnumJoyIndex.cs

7 lines
101 B
C#
Raw Normal View History

2024-07-18 15:14:45 +08:00
namespace MyNes.Core
{
public enum EnumJoyIndex : byte
{
P1, P2, P3, P4
}
}