add 11
This commit is contained in:
parent
f8e8a34780
commit
c5922dc4fa
Binary file not shown.
|
@ -65,12 +65,6 @@ type (
|
|||
Index int64
|
||||
BetSize int64
|
||||
}
|
||||
// CashManiaBetBetLine comment
|
||||
CashManiaBetBetLine struct {
|
||||
Index int64
|
||||
BetLine int64
|
||||
BaseBet int64
|
||||
}
|
||||
// CashManiaItemInfo comment
|
||||
CashManiaItemInfo struct {
|
||||
Index int64
|
||||
|
@ -274,6 +268,11 @@ type (
|
|||
SymbolBetRatio struct {
|
||||
BetRatio float64
|
||||
}
|
||||
// TestBetBetLine comment
|
||||
TestBetBetLine struct {
|
||||
Index int64
|
||||
BetLine int64
|
||||
}
|
||||
// TestRandomWeight comment
|
||||
TestRandomWeight struct {
|
||||
ID int64
|
||||
|
@ -318,6 +317,9 @@ type (
|
|||
// CashManiaBetBetLevel comment
|
||||
CashManiaBetBetLevel = BetLevel
|
||||
|
||||
// CashManiaBetBetLine comment
|
||||
CashManiaBetBetLine = BetLine
|
||||
|
||||
// CashManiaBetBetSize comment
|
||||
CashManiaBetBetSize = BetSize
|
||||
|
||||
|
@ -355,7 +357,7 @@ type (
|
|||
FortuneDragonBetBetLevel = BetLevel
|
||||
|
||||
// FortuneDragonBetBetLine comment
|
||||
FortuneDragonBetBetLine = CashManiaBetBetLine
|
||||
FortuneDragonBetBetLine = BetLine
|
||||
|
||||
// FortuneDragonBetBetSize comment
|
||||
FortuneDragonBetBetSize = BetSize
|
||||
|
@ -385,7 +387,7 @@ type (
|
|||
FortuneMouseBetBetLevel = BetLevel
|
||||
|
||||
// FortuneMouseBetBetLine comment
|
||||
FortuneMouseBetBetLine = CashManiaBetBetLine
|
||||
FortuneMouseBetBetLine = BetLine
|
||||
|
||||
// FortuneMouseBetBetSize comment
|
||||
FortuneMouseBetBetSize = BetSize
|
||||
|
@ -418,7 +420,7 @@ type (
|
|||
FortuneOxBetBetLevel = BetLevel
|
||||
|
||||
// FortuneOxBetBetLine comment
|
||||
FortuneOxBetBetLine = CashManiaBetBetLine
|
||||
FortuneOxBetBetLine = BetLine
|
||||
|
||||
// FortuneOxBetBetSize comment
|
||||
FortuneOxBetBetSize = BetSize
|
||||
|
@ -454,7 +456,7 @@ type (
|
|||
FortuneRabbitBetBetLevel = BetLevel
|
||||
|
||||
// FortuneRabbitBetBetLine comment
|
||||
FortuneRabbitBetBetLine = CashManiaBetBetLine
|
||||
FortuneRabbitBetBetLine = BetLine
|
||||
|
||||
// FortuneRabbitBetBetSize comment
|
||||
FortuneRabbitBetBetSize = BetSize
|
||||
|
@ -490,7 +492,7 @@ type (
|
|||
FortuneTigerBetBetLevel = BetLevel
|
||||
|
||||
// FortuneTigerBetBetLine comment
|
||||
FortuneTigerBetBetLine = CashManiaBetBetLine
|
||||
FortuneTigerBetBetLine = BetLine
|
||||
|
||||
// FortuneTigerBetBetSize comment
|
||||
FortuneTigerBetBetSize = BetSize
|
||||
|
@ -789,9 +791,6 @@ type (
|
|||
// TestBetBetLevel comment
|
||||
TestBetBetLevel = BetLevel
|
||||
|
||||
// TestBetBetLine comment
|
||||
TestBetBetLine = BetLine
|
||||
|
||||
// TestBetBetSize comment
|
||||
TestBetBetSize = BetSize
|
||||
|
||||
|
@ -812,4 +811,5 @@ type (
|
|||
|
||||
// TestSymbolBetRatio comment
|
||||
TestSymbolBetRatio = SymbolBetRatio
|
||||
|
||||
)
|
Loading…
Reference in New Issue