nevermore-kang's picture
Upload folder using huggingface_hub
18a519f verified
Raw
History Blame
183 Bytes
namespace Unity.VisualScripting
{
public interface IStateDebugData : IGraphElementDebugData
{
int lastEnterFrame { get; }
float lastExitTime { get; }
}
}