forked from BilalY/Rasagar
10 lines
205 B
C#
10 lines
205 B
C#
namespace Unity.VisualScripting
|
|
{
|
|
public interface IUnitConnectionDebugData : IGraphElementDebugData
|
|
{
|
|
int lastInvokeFrame { get; set; }
|
|
|
|
float lastInvokeTime { get; set; }
|
|
}
|
|
}
|