mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
16 lines
411 B
Python
16 lines
411 B
Python
from ..basic_game import BasicGame
|
|
|
|
|
|
class MonsterHunterRiseGame(BasicGame):
|
|
Name = "Monster Hunter: Rise Support Plugin"
|
|
Author = "RodolfoFigueroa"
|
|
Version = "1.0.0"
|
|
|
|
GameName = "Monster Hunter: Rise"
|
|
GameShortName = "monsterhunterrise"
|
|
GameBinary = "MonsterHunterRise.exe"
|
|
GameDataPath = "%GAME_PATH%"
|
|
GameSaveExtension = "bin"
|
|
GameNexusId = 4095
|
|
GameSteamId = 1446780
|