using System; using UnityEngine; namespace UILib { public interface IUI3DFollow { void SetPos(Vector3 pos); } }