Initial commit.

This commit is contained in:
Signal 2026-02-22 17:45:44 -05:00
commit 74c23c0ad5
57 changed files with 3491 additions and 0 deletions

10
Server/Network.h Normal file
View file

@ -0,0 +1,10 @@
#pragma once
#include <Network/Network.h>
#include "Server.h"
namespace Artifact {
class ServerNetwork: public NetworkServer, public ServerSubsystem {};
}