using System; using UnityEngine; public class EnemyAtkEffector : BaseBehaviour { private void Start() { } private void Update() { } [SerializeField] public Vector3 pos; }