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