forked from Shardstone/trail-into-darkness
10 lines
210 B
C#
10 lines
210 B
C#
using Jovian.ZoneSystem;
|
|
using UnityEngine;
|
|
|
|
namespace Nox.Game {
|
|
public class MapReference : MonoBehaviour {
|
|
public GameObject mapPlane;
|
|
public ZonesObjectHolder zonesObjectHolder;
|
|
}
|
|
}
|