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