10 lines
204 B
C#
10 lines
204 B
C#
|
#if UNITY_EDITOR
|
|||
|
namespace GSpawn
|
|||
|
{
|
|||
|
public interface IGridView
|
|||
|
{
|
|||
|
int dragAndDropInitiatorId { get; }
|
|||
|
System.Object dragAndDropData { get; }
|
|||
|
}
|
|||
|
}
|
|||
|
#endif
|