forked from sin365/AxibugEmuOnline
9 lines
175 B
C#
9 lines
175 B
C#
|
namespace VirtualNes.Core
|
|||
|
{
|
|||
|
internal class EXPAD_SpaceShadowGun : EXPAD
|
|||
|
{
|
|||
|
public EXPAD_SpaceShadowGun(NES parent) : base(parent)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|