using UnityEngine; namespace ET { public class UnitPathComponent: Entity { public Vector3 Target; } }