Add object/inventory stuff

This commit is contained in:
SilicaAndPina 2020-10-21 21:49:46 +13:00
parent 09a0fce73d
commit 2a241c35aa
21 changed files with 645 additions and 60 deletions

View file

@ -18,6 +18,7 @@ namespace Horse_Isle_Server
Map.OpenMap();
Gamedata.ReadGamedata();
World.ReadWorldData();
DroppedItems.Init();
Server.StartServer();
}