mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
make brickpoet functional
This commit is contained in:
parent
2d7eb8c6c2
commit
6e671be0b5
9 changed files with 2838 additions and 0 deletions
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue