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