mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user