using System; using UnityEngine; [Serializable] public class FieWaveObject { public Vector3 position; public FieGameCharacter spawnObject; }