Fxed an issue with random encounters, added a repeatable property, add event for abandoning encounters

This commit is contained in:
Sebastian Bularca
2026-05-22 13:53:00 +02:00
parent d14c5cdc2d
commit 0902836a61
6 changed files with 51 additions and 23 deletions

View File

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