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

11 lines
209 B
C#

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