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

9 lines
172 B
C#

namespace GeometryTD.UI
{
public class CompAreaContext
{
public RepoItemContext[] ComponentItems;
public TowerRepoItemContext[] TowerItems;
}
}