Update FishNet

This commit is contained in:
2026-04-07 03:11:52 +07:00
parent 9675b7b31d
commit ba7513d478
869 changed files with 3675 additions and 2764 deletions
@@ -8,6 +8,7 @@ using GameKit.Dependencies.Utilities;
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using FishNet.Managing.Observing;
using FishNet.Managing.Predicting;
using FishNet.Managing.Statistic;
using FishNet.Object;
@@ -770,6 +771,9 @@ namespace FishNet.Managing.Timing
_elapsedTickTime -= timePerSimulation;
Tick++;
LocalTick++;
//Cache localTick to ObserverManager for performance.
NetworkManager.ObserverManager.LocalTick = LocalTick;
}
} while (_elapsedTickTime >= timePerSimulation);
}