GPI-1109 Implement get_game_size

This commit is contained in:
Mieszko Banczerowski
2020-01-28 10:35:54 +01:00
parent 65f4334c03
commit 617dbdfee7
6 changed files with 256 additions and 2 deletions

View File

@@ -64,6 +64,9 @@ async def plugin(reader, writer):
"get_user_presence",
"prepare_user_presence_context",
"user_presence_import_complete",
"get_local_size",
"prepare_local_size_context",
"local_size_import_complete",
)
with ExitStack() as stack: