Update some things.
This commit is contained in:
parent
f215bc3742
commit
f9d6e7a70a
35 changed files with 575 additions and 905 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