mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2026-02-05 17:46:28 +01:00
Initial commit
This commit is contained in:
5
game_server/__init__.py
Normal file
5
game_server/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from game_server.net.gateway import Gateway
|
||||
|
||||
class GameServer:
|
||||
def main(self, ServerIp, GameServerPort):
|
||||
Gateway(ServerIp, GameServerPort)
|
||||
Reference in New Issue
Block a user