using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Unity.VisualScripting;

public class CustomNode : Unit
{
   protected override void Definition() //The method to set what our node will be doing.
   {
   }
}
