nevermore-kang's picture
Upload folder using huggingface_hub
18a519f verified
Raw
History Blame Contribute Delete
152 Bytes
namespace Unity.VisualScripting
{
public sealed class UnitAnalysis : GraphElementAnalysis
{
public bool isEntered { get; set; }
}
}