Removed some pointless decimal conversion. Subtract wager from winnings.

This commit is contained in:
barelyprofessional
2025-12-25 19:31:09 -06:00
parent 0301a6c2d3
commit fe1ab566d1
2 changed files with 6 additions and 4 deletions

View File

@@ -290,7 +290,8 @@ public enum WagerGame
Event,
[Description("Guess what number I'm thinking of")]
GuessWhatNumber,
Wheel
Wheel,
Slots
}
public enum GamblerState