Veh burning check util

This commit is contained in:
Vortrex
2021-01-21 04:38:11 -06:00
parent f64215dd07
commit d66ecf1b44

View File

@@ -1059,3 +1059,12 @@ function checkVehicleBuying() {
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
function checkVehicleBurning() {
let vehicles = getElementsByType(ELEMENT_VEHICLE);
for(let i in vehicles) {
}
}
// -------------------------------------------------------------------------