Migrate `Game`.

This commit is contained in:
Tipx-L 2023-12-12 00:36:08 -08:00
parent eff1fdd8a6
commit 79eed1e661
2 changed files with 8019 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,5 +3,6 @@ export class Other {
throw new TypeError(`${new.target.name} is not a constructor`);
}
static ignore() { }
static ignore() {
}
}