using System.Collections; using System.Collections.Generic; using UnityEngine; using XNode.Examples.MathNodes; namespace XNode.Examples.RuntimeMathNodes { public class Vector : RuntimeMathNodes { } }