2025-07-17 18:26:28 +08:00

10 lines
209 B
C#

using System;
using System.Collections.Generic;
namespace ET
{
public static class DockDefine
{
public static Type[] Types = { typeof (BuildEditor), typeof (ServerCommandLineEditor) };
}
}