Skip to content

Commit

Permalink
new EnumDumper<SanctionReasons>(),
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoCat233 authored May 5, 2024
1 parent 12b5bb7 commit 0b4be88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dumpostor/DumpostorPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ private IEnumerator Dump(string dumpPath)

new ColorDumper(),
new EnumDumper<DisconnectReasons>(),
new EnumDumper<SanctionReasons>(),
new EnumDumper<GameKeywords>(),
new EnumDumper<GameOverReason>(),
new EnumDumper<Platforms>(),
Expand Down

0 comments on commit 0b4be88

Please sign in to comment.