Setup thai
This commit is contained in:
parent
99b6232436
commit
8b3d74630b
4 changed files with 25 additions and 2 deletions
|
|
@ -179,6 +179,8 @@ function getSlotFunctionByIndex(index) {
|
|||
return (price) => price - 5;
|
||||
case 8:
|
||||
return (price) => "HIDE";
|
||||
case 9:
|
||||
return (price) => price * 0.60;
|
||||
default:
|
||||
return (price) => price;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue