示例#1
0
def getOldKeyMapsFileName():
    if isCustom():
        return "zomboided.xml"
    else:
        return "vpn.manager.xml"
示例#2
0
def getOldKeyMapsFileName():
    if isCustom():
        return "zomboided.xml"
    else:
        return "vpn.manager.xml"
示例#3
0
def getKeyMapsFileName():
    if isCustom():
        return getCustom() + ".xml"
    else:
        return "zomboided.xml"
示例#4
0
def getKeyMapsFileName():
    if isCustom():
        return getCustom() + ".xml"
    else:
        return "zomboided.xml"