Support SRTools web
This commit is contained in:
8
game_server/srtools/gateway.py
Normal file
8
game_server/srtools/gateway.py
Normal file
@@ -0,0 +1,8 @@
|
||||
gateway_instance = None
|
||||
|
||||
def set_gateway_instance(instance):
|
||||
global gateway_instance
|
||||
gateway_instance = instance
|
||||
|
||||
def get_gateway_instance():
|
||||
return gateway_instance
|
||||
Reference in New Issue
Block a user