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

9 lines
171 B
C#

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