made some improvements on how the encounters trigger

This commit is contained in:
Sebastian Bularca
2026-05-22 13:47:44 +02:00
parent 8aea6f7eb3
commit dd049642b0
8 changed files with 174 additions and 58 deletions

View File

@@ -24,4 +24,8 @@ namespace Jovian.EncounterSystem {
public class GiveRewardEvent : IEncounterEvent {
public Reward reward;
}
[Serializable]
public class AbandonEncounterEvent : IEncounterEvent {
}
}