-- @/lua/ge/extensions/gameplay/drift/scoring.lua:605
local function getScoreAddedThisFrame()
return scoreAddedThisFrame
end
driftActiveData.totalDriftTime = driftActiveData.totalDriftTime + dtSim
driftActiveData.score = driftActiveData.score + gameplay_drift_scoring.getScoreAddedThisFrame()