mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Implemented a very simple game to test the wager system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user