diff --git a/basic_game.py b/basic_game.py index a8c37e0..78ac74c 100644 --- a/basic_game.py +++ b/basic_game.py @@ -207,9 +207,9 @@ class BasicGameMappings: class BasicGame(mobase.IPluginGame): - """ This class implements some methods from mobase.IPluginGame + """This class implements some methods from mobase.IPluginGame to make it easier to create game plugins without having to implement - all the methods of mobase.IPluginGame. """ + all the methods of mobase.IPluginGame.""" # List of steam games: steam_games: Dict[str, str]