using pkNX.Game; namespace pkNX.WinForms.Controls { internal class EditorXY : EditorBase { protected internal EditorXY(GameManager rom) : base(rom) { } } }