using GeometryTD.UI;
namespace GeometryTD.UI
{
public class RepoFormContext : UIContext
public CombineAreaContext CombineAreaContext;
public CompAreaContext CompAreaContext;
public ParticipantAreaContext ParticipantAreaContext;
}