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 game from '../index';
import game from '../index';
import { IVehicle, EntityType, IEntity, VehicleSeat, DoorState } from '../game';
import { parseJson } from '../util';
import { VehicleData } from '../game';