From a3f55dc0dd4bcf18957ae0b9b113ac95d675b778 Mon Sep 17 00:00:00 2001 From: Mootfrost777 Date: Thu, 15 Aug 2024 00:22:57 +0300 Subject: [PATCH] dir struct --- ZoFo/GameCore/GUI/AbstractGUI.cs | 6 ++++++ ZoFo/GameCore/GameManagers/NetworkManager/Updates/Update.cs | 6 ++++++ ZoFo/GameCore/GameObjects/GameObject.cs | 6 ++++++ ZoFo/ZoFo.csproj | 5 ----- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 ZoFo/GameCore/GUI/AbstractGUI.cs create mode 100644 ZoFo/GameCore/GameManagers/NetworkManager/Updates/Update.cs create mode 100644 ZoFo/GameCore/GameObjects/GameObject.cs 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 @@ - - - - -