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

13 lines
303 B
C#

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