opt video action

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-24 18:22:49 +08:00
parent 0c6bc9d58a
commit d567c296f8
6 changed files with 118 additions and 71 deletions

View File

@@ -5,7 +5,7 @@ class GlobalData {
num? coins;
void afterCoin(int coin) {
void afterCoin(num coin) {
if (coins != null) {
coins = coins! - coin;
}