dir struct
This commit is contained in:
parent
dbc353e1eb
commit
a3f55dc0dd
4 changed files with 18 additions and 5 deletions
6
ZoFo/GameCore/GUI/AbstractGUI.cs
Normal file
6
ZoFo/GameCore/GUI/AbstractGUI.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace ZoFo.GameCore.GUI;
|
||||
|
||||
public class AbstractGUI
|
||||
{
|
||||
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
namespace ZoFo.GameCore.GameManagers.NetworkManager.Updates;
|
||||
|
||||
public class Update
|
||||
{
|
||||
|
||||
}
|
6
ZoFo/GameCore/GameObjects/GameObject.cs
Normal file
6
ZoFo/GameCore/GameObjects/GameObject.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace ZoFo.GameCore.GameObjects;
|
||||
|
||||
public class GameObject
|
||||
{
|
||||
|
||||
}
|
|
@ -22,11 +22,6 @@
|
|||
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303"/>
|
||||
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="GameCore\GameManagers\NetworkManager\Updates\" />
|
||||
<Folder Include="GameCore\GameObjects\" />
|
||||
<Folder Include="GameCore\GUI\" />
|
||||
</ItemGroup>
|
||||
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
|
||||
<Message Text="Restoring dotnet tools" Importance="High"/>
|
||||
<Exec Command="dotnet tool restore"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue