mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 21:34:43 +01:00
6 lines
151 B
Python
6 lines
151 B
Python
from game_server.net.gateway import Gateway
|
|
|
|
class GameServer:
|
|
def main(self, ServerIp, GameServerPort):
|
|
Gateway(ServerIp, GameServerPort)
|