geometry-tower-defense-base/src-ref/UI/Game/Context/ParticipantAreaContext.cs

9 lines
171 B
C#

namespace GeometryTD.UI
{
public class ParticipantAreaContext : UIContext
{
public TowerRepoItemContext[] TowerItems;
public int MaxCount;
}
}