using UnityEngine; using Xprees.RuntimeAnchors.Base; namespace Xprees.RuntimeAnchors { [CreateAssetMenu(menuName = "Runtime Anchors/GameObject", fileName = "GameObjectAnchor")] public class GameObjectAnchor : RuntimeAnchorBase { } }