Implemented a very simple game to test the wager system

This commit is contained in:
barelyprofessional
2025-10-05 00:47:14 -05:00
parent bca4cf4f3d
commit f3781f9c18
2 changed files with 64 additions and 1 deletions

View File

@@ -287,7 +287,9 @@ public enum WagerGame
/// <summary>
/// This is for betting pools based on some sort of event or outcome
/// </summary>
Event
Event,
[Description("Guess what number I'm thinking of")]
GuessWhatNumber
}
public enum GamblerState