Add API please

Please can you add an API to get your List<Vector3> of spawn locations?

 #region API

        private List<Vector3> API_GetSpawnPositions()
        {
            return spawnPositionCache;
        }

#endregion​

What do you hope to do with it?