Update some things.
This commit is contained in:
parent
f215bc3742
commit
4ad41f2e2e
34 changed files with 573 additions and 905 deletions
10
Server/World/WorldBackend.h
Normal file
10
Server/World/WorldBackend.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
namespace Artifact {
|
||||
|
||||
class WorldBackend {
|
||||
virtual void saveChunk();
|
||||
virtual void loadChukn();
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue