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