RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
GambleStage.java
1package com.osroyale.content.gambling;
2
21
22public enum GambleStage {
23 NONE,
24 SENDING_OFFER,
25 PLACING_BET,
26 IN_PROGRESS,
27}