mirror of
https://wiilab.wiimart.org/wiimart/wiimart-extension
synced 2025-09-02 19:41:00 +02:00
i forgor what i addeed
This commit is contained in:
parent
171eddeaf9
commit
d53791ef92
@ -272,6 +272,9 @@ class ECommerceInterface {
|
||||
getWeakToken() {
|
||||
return "iamaweaktoken";
|
||||
}
|
||||
getVersion() {
|
||||
return parseInt("21");
|
||||
}
|
||||
}
|
||||
|
||||
class wiiShop {
|
||||
@ -288,6 +291,9 @@ class wiiShop {
|
||||
enableHRP() {
|
||||
console.log("Does Jack shit homebuttonenabler");
|
||||
}
|
||||
disableHRP() {
|
||||
console.log("Does jack shit home button disabler")
|
||||
}
|
||||
sleep(duration) {
|
||||
return new Promise(resolve => setTimeout(resolve, duration)); // duration is in milliseconds
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user