forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
7
Assets/Code/GameState/PlayModes/MapLocationsReference.cs
Normal file
7
Assets/Code/GameState/PlayModes/MapLocationsReference.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Nox.Game {
|
||||
public class MapLocationsReference : MonoBehaviour {
|
||||
public NoxLocationInfo [] mapLocations;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user