mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-28 16:57:03 -05:00
9 lines
191 B
C#
9 lines
191 B
C#
using pkNX.Game;
|
|
|
|
namespace pkNX.WinForms.Controls
|
|
{
|
|
internal class EditorORASDEMO : EditorBase
|
|
{
|
|
protected internal EditorORASDEMO(GameManager rom) : base(rom) { }
|
|
}
|
|
} |