using UnityEngine; namespace Nox.Game { public class MapLocationsReference : MonoBehaviour { public NoxLocationInfo [] mapLocations; } }