forked from Shardstone/trail-into-darkness
8 lines
154 B
C#
8 lines
154 B
C#
using UnityEngine;
|
|
|
|
namespace Nox.Game {
|
|
public class MapLocationsReference : MonoBehaviour {
|
|
public NoxLocationInfo [] mapLocations;
|
|
}
|
|
}
|