From c92b5a5bc4d78d5819c6145dfad062db3f71bca6 Mon Sep 17 00:00:00 2001 From: Edmand46 Date: Wed, 30 Nov 2022 23:56:17 +0400 Subject: [PATCH] chore: update readme --- Ragon/Sources/GameRoom.cs | 2 +- Ragon/Sources/{Handler.cs => IApplicationHandler.cs} | 0 readme.md | 9 +++++---- 3 files changed, 6 insertions(+), 5 deletions(-) rename Ragon/Sources/{Handler.cs => IApplicationHandler.cs} (100%) diff --git a/Ragon/Sources/GameRoom.cs b/Ragon/Sources/GameRoom.cs index 1691d92..13bee36 100755 --- a/Ragon/Sources/GameRoom.cs +++ b/Ragon/Sources/GameRoom.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Diagnostics; using System.Linq; using NLog; using Ragon.Common; @@ -306,6 +305,7 @@ namespace Ragon.Core _writer.WriteOperation(RagonOperation.OWNERSHIP_CHANGED); _writer.WriteString(next.Id); _writer.WriteUShort((ushort) entitiesToUpdate.Length); + foreach (var entity in entitiesToUpdate) { _writer.WriteUShort(entity.EntityId); diff --git a/Ragon/Sources/Handler.cs b/Ragon/Sources/IApplicationHandler.cs similarity index 100% rename from Ragon/Sources/Handler.cs rename to Ragon/Sources/IApplicationHandler.cs diff --git a/readme.md b/readme.md index 29cb3ac..09609e5 100755 --- a/readme.md +++ b/readme.md @@ -16,8 +16,8 @@ Ragon is fully free, small and high perfomance room based game server with plugi - Simple matchmaking - Room based architecture - Сustomizable authorization -- Сustomizable server-side logic via plugins with flexible API -- No CCU limitations* +- Сustomizable server-side logic via plugins with flexible API*(2) +- No CCU limitations*(1) - No Room count limitations - Reliable UDP @@ -27,10 +27,11 @@ Ragon is fully free, small and high perfomance room based game server with plugi ### Dependencies * ENet-Sharp [v2.4.8] -* NetStack [latest] ### License MIT ### Tips -\* Limited to 4095 CCU by library ENet-Sharp +\* Limited to 4095 CCU by library ENet-Sharp (1) + +\* Non finally (2)