Merge branch 'AddPlayers' of github.com:progtime-net/ZoFo into AddPlayers

This commit is contained in:
rawer470 2024-08-20 18:13:54 +03:00
commit 3a80882bbe

View file

@ -195,6 +195,7 @@ namespace ZoFo.GameCore
(update as UpdateStopObjectCreated).collisions.Select(x => x.GetRectangle()).ToArray() (update as UpdateStopObjectCreated).collisions.Select(x => x.GetRectangle()).ToArray()
)); ));
} }
else if (update is UpdateGameObjectCreated) else if (update is UpdateGameObjectCreated)
{ {
Entity created_gameObject; Entity created_gameObject;