- Update player class
This commit is contained in:
Kum1ta
2024-08-19 00:42:53 +02:00
parent 950abd0943
commit 227327fdf4
35 changed files with 374 additions and 251 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env node
/*
@license
Rollup.js v4.20.0
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5
Rollup.js v4.21.0
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b
https://github.com/rollup/rollup
@ -1745,7 +1745,7 @@ else if (command.version) {
}
else {
try {
// eslint-disable-next-line unicorn/prefer-module
// eslint-disable-next-line unicorn/prefer-module, @typescript-eslint/no-require-imports
require('source-map-support').install();
}
catch {