9 lines
165 B
C#
9 lines
165 B
C#
namespace VirtualNes.Core
|
|
{
|
|
internal class EXPAD_HyperShot : EXPAD
|
|
{
|
|
public EXPAD_HyperShot(NES parent) : base(parent)
|
|
{
|
|
}
|
|
}
|
|
} |