Development Merge 2026.04.03 #8

Merged
Syntriax merged 51 commits from development into main 2026-04-03 14:08:02 +02:00
Showing only changes of commit 35c7eb9578 - Show all commits

View File

@@ -9,7 +9,7 @@ namespace Engine.Systems.Network;
/// <br/> /// <br/>
/// Disclaimer: It implements <see cref="IFirstFrameUpdate"/> and <see cref="ILastFrameUpdate"/> in virtual methods. /// Disclaimer: It implements <see cref="IFirstFrameUpdate"/> and <see cref="ILastFrameUpdate"/> in virtual methods.
/// </summary> /// </summary>
public class NetworkBehaviour : Behaviour, IFirstFrameUpdate, ILastFrameUpdate public class CommonNetworkBehaviour : Behaviour, IFirstFrameUpdate, ILastFrameUpdate
{ {
protected INetworkCommunicatorServer? server = null!; protected INetworkCommunicatorServer? server = null!;
protected INetworkCommunicatorClient? client = null!; protected INetworkCommunicatorClient? client = null!;