forked from Shardstone/trail-into-darkness
added encounter system
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Jovian.EncounterSystem {
|
||||
[CreateAssetMenu(fileName = "EncountersCollection", menuName = "Jovian/Encounter System/Encounters Collection", order = 0)]
|
||||
public class EncountersCollection : ScriptableObject {
|
||||
public EncounterTable[] encounterTables;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user