Class BetInfo
java.lang.Object
com.storytimeproductions.models.stgames.BetInfo
Represents a bet placed in a game, containing information about the table, color, slot, and
whether the bet is locked.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
table
public int table -
color
-
slot
public int slot -
locked
public boolean locked
-
-
Constructor Details
-
BetInfo
Constructor to create a BetInfo object with the specified table, color, and slot.- Parameters:
table- the table numbercolor- the color of the bet (e.g., "red", "black")slot- the slot number
-