namespace GameCreator.Runtime.VisualScripting
{
    public interface ICancellable
    {
        public bool IsCancelled { get; }
    }
}
