Migrate `Game`.
This commit is contained in:
parent
eff1fdd8a6
commit
79eed1e661
8017
noname/game.js
8017
noname/game.js
File diff suppressed because it is too large
Load Diff
|
@ -3,5 +3,6 @@ export class Other {
|
|||
throw new TypeError(`${new.target.name} is not a constructor`);
|
||||
}
|
||||
|
||||
static ignore() { }
|
||||
static ignore() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue