rain command (#58)

* attempt at rain command

attempt at rain command

* Add 'Rain' to MoneyDbModels enum

Added 'Rain' to the enum for additional game types.

* some cleanup

some cleanup
This commit is contained in:
alogindtractor
2026-01-27 19:38:30 -08:00
committed by GitHub
parent 2179d59edd
commit 9a7762a933
2 changed files with 253 additions and 1 deletions

View File

@@ -274,7 +274,11 @@ public enum TransactionSourceEventType
/// <summary>
/// A specific form of 24 hour time-based reload that has no wager requirement
/// </summary>
DailyDollar
DailyDollar,
///<summary>
///A form of juicer where the value is split among a number of participants
/// </summary>
Rain
}
public enum WagerGame