JS: Alle Dateien mit UTF8-BOM abgespeichert

This commit is contained in:
hydrant
2021-04-22 14:36:48 +02:00
parent a71fd4d55d
commit b1337881a8
17 changed files with 20 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import { IGame, IUi, IEvents, IPlayerPool, IVehiclePool, IEntityAttachmentPool } from "../../game";
import { IGame, IUi, IEvents, IPlayerPool, IVehiclePool, IEntityAttachmentPool } from "../../game";
import RageEvents from "./events";
import RageUi from "./ui";
import { RagePlayerPool, RageVehiclePool, RageEntityAttachmentPool } from "./entities";