mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
opt video action
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -5,7 +5,7 @@ class GlobalData {
|
||||
|
||||
num? coins;
|
||||
|
||||
void afterCoin(int coin) {
|
||||
void afterCoin(num coin) {
|
||||
if (coins != null) {
|
||||
coins = coins! - coin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user