DungeonOutcome enumeration
Outcome of a dungeon run, from DungeonFlowInfo.result (field 8). Mirrors the game’s DungeonResult enum.
public enum DungeonOutcomeValues
Section titled “Values”| name | value | description |
|---|---|---|
| None | 0 |
Run not resolved (in progress / left before result). |
| Success | 1 |
Cleared successfully. |
| Failed | 2 |
Failed / wiped. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain