mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-27 04:48:16 +02:00
Moved lua engine into server.
This commit is contained in:
parent
e043be5ca4
commit
74be19c51d
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,6 @@ namespace FFXIVClassic_Lobby_Server
|
|||
class PacketProcessor
|
||||
{
|
||||
Server mServer;
|
||||
LuaEngine luaEngine = new LuaEngine();
|
||||
Dictionary<uint, ConnectedPlayer> mPlayers;
|
||||
List<ClientConnection> mConnections;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue