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