geometry-tower-defense/Assets/GameMain/Scripts/UI/Game/Context/RepoFormContext.cs

12 lines
271 B
C#

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