mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Fix some comments in BasicGame.
This commit is contained in:
+2
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user