Miese Corona Zeiten push für Lenhardt
This commit is contained in:
@@ -209,6 +209,15 @@ taximeterInput(globalData);
|
||||
import refuseCollector from './Jobs/RefuseCollector';
|
||||
refuseCollector();
|
||||
|
||||
import PedCreator from './Ped/PedCreator';
|
||||
PedCreator();
|
||||
|
||||
import attachmentManager from './util/attachmentMngr';
|
||||
attachmentManager(game);
|
||||
|
||||
import relativeVector from './util/relativevector';
|
||||
relativeVector();
|
||||
|
||||
require('./Gui/policedepartment');
|
||||
|
||||
interface VehicleData {
|
||||
@@ -218,4 +227,6 @@ interface VehicleData {
|
||||
|
||||
export {
|
||||
VehicleData
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user