-- @/lua/vehicle/partCondition.lua:65
local function deleteConditionSnapshots()
savedConditionSnapshots = {}
resetSnapshotKey = nil
end
local function deleteConditionSnapshots(params)
local dataTypeCheck, dataTypeError = checkTableDataTypes(params, {})
end
partCondition.deleteConditionSnapshots()
end