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