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

12 lines
216 B
C#

using GeometryTD.Definition;
namespace GeometryTD.UI
{
public class RepoItemContext
{
public string Title;
public long InstanceId;
public TowerCompSlotType ComponentSlotType;
}
}