Improved network accuracy

This commit is contained in:
2026-06-11 12:25:12 +02:00
parent f0859d92ac
commit bce6b329c2
3 changed files with 30 additions and 16 deletions

View File

@@ -370,6 +370,7 @@ namespace Marro.PacManUdon
{
index += 8;
base.ConsumeSyncedData(data, ref index, eventType);
return true;
}
SetTargetDirection(data.ReadVector2(ref index));