using UnityEngine;
[System.Serializable]
public struct SpawnPosition
{
public Vector3 position;
public Vector3 rotation;
}