Initial commit.
This commit is contained in:
commit
cb0391ce80
56 changed files with 3485 additions and 0 deletions
11
Server/World/WorldManager.cpp
Normal file
11
Server/World/WorldManager.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "WorldManager.h"
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
namespace Artifact {
|
||||
|
||||
void WorldManager::tick() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue