Skip to content

Commit

Permalink
Support more minterless currencies (#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
river20s authored Oct 27, 2024
1 parent 9cec6b5 commit 76c1e57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NineChronicles.Headless/GraphTypes/CurrencyEnumType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ public enum CurrencyEnum
CRYSTAL,
NCG,
GARAGE,
MEAD
MEAD,
RUNE_GOLDENLEAF,
RUNE_ADVENTURER,
RUNESTONE_FREYA_LIBERATION,
RUNESTONE_FREYA_BLESSING,
RUNESTONE_ODIN_WEAKNESS,
RUNESTONE_ODIN_WISDOM
}

public class CurrencyEnumType : EnumerationGraphType<CurrencyEnum>
Expand Down

0 comments on commit 76c1e57

Please sign in to comment.