using System.Collections; using System.Collections.Generic; using UnityEngine; public class ExitNode : PermanentNode { public ExitNode(Vector3 position, Transform parent, Config config): base(position, parent, config) { } }