diff --git a/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs b/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs index d3e65b2..6a3572b 100644 --- a/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs +++ b/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs @@ -1,4 +1,4 @@ -using ZoFo.GameCore.GameObjects; +/*using ZoFo.GameCore.GameObjects; using ZoFo.GameCore.GameManagers; using ZoFo.GameCore.GameManagers.NetworkManager; using Microsoft.Xna.Framework; @@ -275,3 +275,4 @@ namespace ZoFo.GameCore.ZoFo_graphics public static Point CameraPosition = new Point(-700, 300); } } +*/ \ No newline at end of file