removed unused processesseessess

This commit is contained in:
33333-33333 2026-06-29 16:21:58 +09:00
commit 4fdc567e08
158 changed files with 1317 additions and 3351 deletions

View file

@ -73,14 +73,8 @@ if (d > contactReach) return false;
return true;
}
function updateOne(tarinai, ctx, dt = 0) {
if (!tarinai || tarinai.dead || !ctx) return false;
for (const it of ctx.foodCandidates || []) updateCandidate(tarinai, ctx, it, dt);
return true;
}
global.TarinaiContactItemSystem = Object.freeze({
updateCandidate,
updateOne,
});
})(typeof window !== "undefined" ? window : globalThis);