Skip to content

Commit

Permalink
Merge pull request ModOrganizer2#115 from kols/patch-1
Browse files Browse the repository at this point in the history
Sekiro: Shadows Die Twice Support Plugin
  • Loading branch information
Holt59 committed Sep 23, 2023
2 parents 1117e72 + 7d4002e commit 5fe30fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions games/game_sekiroshadowsdietwice.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from ..basic_game import BasicGame


class SekiroShadowsDieTwiceGame(BasicGame):
Name = "Sekiro: Shadows Die Twice Support Plugin"
Author = "Kane Dou"
Version = "1.0.0"

GameName = "Sekiro: Shadows Die Twice"
GameShortName = "sekiro"
GameBinary = "sekiro.exe"
GameDataPath = "mods"
GameSaveExtension = "sl2"
GameSteamId = 814380

0 comments on commit 5fe30fe

Please sign in to comment.