Class BetInfo

java.lang.Object
com.storytimeproductions.models.stgames.BetInfo

public class BetInfo extends Object
Represents a bet placed in a game, containing information about the table, color, slot, and whether the bet is locked.
  • Field Details

    • table

      public int table
    • color

      public String color
    • slot

      public int slot
    • locked

      public boolean locked
  • Constructor Details

    • BetInfo

      public BetInfo(int table, String color, int slot)
      Constructor to create a BetInfo object with the specified table, color, and slot.
      Parameters:
      table - the table number
      color - the color of the bet (e.g., "red", "black")
      slot - the slot number