Wired in the encounters triggering and saving

This commit is contained in:
Sebastian Bularca
2026-05-21 23:49:28 +02:00
parent 27b7aeee46
commit 8aea6f7eb3
9 changed files with 140 additions and 38 deletions

View File

@@ -46,8 +46,9 @@ namespace Jovian.EncounterSystem {
public Sprite encounterArt;
}
[Serializable]
[Serializable]
public class EncounterProperties {
public int difficulty;
public bool isRepeatable = true;
}
}