AxibugEmuOnline/Core/VirtualNes.Core/PadEX/EXPAD_HyperShot.cs

9 lines
165 B
C#
Raw Normal View History

namespace VirtualNes.Core
{
internal class EXPAD_HyperShot : EXPAD
{
public EXPAD_HyperShot(NES parent) : base(parent)
{
}
}
}