forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
9
Assets/Code/GameState/PlayModes/MapReference.cs
Normal file
9
Assets/Code/GameState/PlayModes/MapReference.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Jovian.ZoneSystem;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Nox.Game {
|
||||
public class MapReference : MonoBehaviour {
|
||||
public GameObject mapPlane;
|
||||
public ZonesObjectHolder zonesObjectHolder;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user