This commit is contained in:
2026-06-22 15:51:59 +02:00
parent 18499ab576
commit 8a6f1b482b
18 changed files with 1 additions and 556 deletions

View File

@@ -143,15 +143,5 @@ namespace Marro.PacManUdon
{
return (Vector2)transform.localPosition;
}
public override void CollectSyncedData(byte[] data, ref int index, NetworkEventType eventType)
{
}
public override bool WriteSyncedData(byte[] data, ref int index, NetworkEventType eventType)
{
return true;
}
}
}