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