Add files via upload

This commit is contained in:
LaughingHyena279
2021-02-07 14:29:34 -07:00
committed by GitHub
parent 9f35c8e290
commit b290b14659
+15
View File
@@ -0,0 +1,15 @@
from ..basic_game import BasicGame
class KerbalSpaceProgramGame(BasicGame):
Name = "Kerbal Space Program Support Plugin"
Author = "LaughingHyena"
Version = "1.0.0"
GameName = "Kerbal Space Program"
GameShortName = "kerbalspaceprogram"
GameNexusName = "kerbalspaceprogram"
GameSteamId = [220200, 283740, 982970]
GameBinary = "KSP_x64.exe"
GameDataPath = "GameData"