make brickpoet functional

This commit is contained in:
SilicaAndPina 2021-01-03 13:18:43 +13:00
parent 2d7eb8c6c2
commit 6e671be0b5
9 changed files with 2838 additions and 0 deletions

View file

@ -2,6 +2,7 @@
using System.IO;
using System.Reflection;
using HISP.Game;
using HISP.Game.SwfModules;
using HISP.Security;
using HISP.Server;
namespace HISP
@ -19,6 +20,7 @@ namespace HISP
Map.OpenMap();
World.ReadWorldData();
DroppedItems.Init();
Brickpoet.LoadPoetryRooms();
GameServer.StartServer();
}