From e0960fc8391d54d6b280c7e192062c45ffac0dea Mon Sep 17 00:00:00 2001 From: SergoDobro Date: Sun, 18 Aug 2024 12:04:34 +0300 Subject: [PATCH] working version --- ZoFo/GameCore/Server.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ZoFo/GameCore/Server.cs b/ZoFo/GameCore/Server.cs index 26c939f..d0272db 100644 --- a/ZoFo/GameCore/Server.cs +++ b/ZoFo/GameCore/Server.cs @@ -127,6 +127,7 @@ namespace ZoFo.GameCore AppManager.Instance.server.RegisterGameObject(new EntittyForAnimationTests(new Vector2(40, 40))); AppManager.Instance.server.RegisterGameObject(new Player(new Vector2(740, 140))); AppManager.Instance.server.RegisterGameObject(new Ammo(new Vector2(140, 440))); + AppManager.Instance.server.RegisterGameObject(new Ammo(new Vector2(240, 440))); } ///