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

9 lines
161 B
C#

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