aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/games/game_nierautomata.py
blob: 3026fb1716493bad2312d52723a6430f45aa5769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 = ""