|
using System;
|
|
using GeometryTD.Definition;
|
|
|
|
namespace GeometryTD.UI
|
|
{
|
|
[Serializable]
|
|
public class RepoItemContext
|
|
{
|
|
public long InstanceId;
|
|
public bool CanDrag;
|
|
public float EnduranceRate01;
|
|
public TowerCompSlotType ComponentSlotType;
|
|
public IconAreaContext IconAreaContext;
|
|
}
|
|
}
|