mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
15 lines
357 B
Python
15 lines
357 B
Python
from ..basic_game import BasicGame
|
|
|
|
|
|
class NierAutomataGame(BasicGame):
|
|
Name = "NieR:Automata Support Plugin"
|
|
Author = "Luca/EzioTheDeadPoet"
|
|
Version = "1.0.0"
|
|
|
|
GameName = "NieR:Automata"
|
|
GameShortName = "nierautomata"
|
|
GameNexusName = "nierautomata"
|
|
GameSteamId = 524220
|
|
GameBinary = "NieRAutomata.exe"
|
|
GameDataPath = ""
|