feature/add-doc-bonus-game #115

Merged
huy.pham merged 3 commits from feature/add-doc-bonus-game into develop 2025-07-18 10:28:50 +08:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 884e49a409 - Show all commits

View File

@ -1,5 +1,5 @@
{
"position": 16,
"position": 26,
"label": "Bonus Game",
"collapsible": true,
"collapsed": true,

View File

@ -21,8 +21,6 @@ sidebar_position: 1
* [onNextScrollDataReceived](#onnextscrolldatareceived) Updates the model with new scroll data received from the network.
* [onStopSpinClicked](#onstopspinclicked) Notifies listeners when the stop spin button is clicked.
>
## Details
### Properties
@ -92,7 +90,6 @@ Completes the spin round and stops any waiting processes.
| :--- | :---------- |
| Defined in | [p4f-slotty-core/src/controller/spin-controller.js#L68](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/controller/spin-controller.js#L68)|
#### onBetDataChanged
> Updates internal bet tracking based on input data.