diff --git a/ZoFo/GameCore/GUI/AbstractGUI.cs b/ZoFo/GameCore/GUI/AbstractGUI.cs new file mode 100644 index 0000000..5208c96 --- /dev/null +++ b/ZoFo/GameCore/GUI/AbstractGUI.cs @@ -0,0 +1,6 @@ +namespace ZoFo.GameCore.GUI; + +public class AbstractGUI +{ + +} \ No newline at end of file diff --git a/ZoFo/GameCore/GameManagers/NetworkManager/Updates/Update.cs b/ZoFo/GameCore/GameManagers/NetworkManager/Updates/Update.cs new file mode 100644 index 0000000..d52f59e --- /dev/null +++ b/ZoFo/GameCore/GameManagers/NetworkManager/Updates/Update.cs @@ -0,0 +1,6 @@ +namespace ZoFo.GameCore.GameManagers.NetworkManager.Updates; + +public class Update +{ + +} \ No newline at end of file diff --git a/ZoFo/GameCore/GameObjects/GameObject.cs b/ZoFo/GameCore/GameObjects/GameObject.cs new file mode 100644 index 0000000..510f160 --- /dev/null +++ b/ZoFo/GameCore/GameObjects/GameObject.cs @@ -0,0 +1,6 @@ +namespace ZoFo.GameCore.GameObjects; + +public class GameObject +{ + +} \ No newline at end of file diff --git a/ZoFo/ZoFo.csproj b/ZoFo/ZoFo.csproj index afb179b..a216165 100644 --- a/ZoFo/ZoFo.csproj +++ b/ZoFo/ZoFo.csproj @@ -22,11 +22,6 @@ - - - - -