mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added a new state type for the 2025 end of year great reset
This commit is contained in:
@@ -313,5 +313,12 @@ public enum GamblerState
|
||||
/// Entity was permanently banned. This will prevent future gambler entities being created for this user
|
||||
/// and will effectively lock them out of the game entirely
|
||||
/// </summary>
|
||||
PermanentlyBanned
|
||||
PermanentlyBanned,
|
||||
/// <summary>
|
||||
/// Gambler rendered inactive by the End of Year 2025 Great Reset
|
||||
/// This is treated no different to abandonment, state exists for
|
||||
/// the purposes of tracking statistics later to see how much KKK
|
||||
/// was erased by this event
|
||||
/// </summary>
|
||||
EndOfYear2025Liquidated
|
||||
}
|
||||
Reference in New Issue
Block a user