refactor: Add CSV option
This commit is contained in:
parent
11fdc766e5
commit
ee6ff897f9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def main():
|
|||
totalCost = 0
|
||||
version = ''
|
||||
while version == '':
|
||||
version = input('Select the RPGMaker Version:\n\n1. MV/MZ\n2. ACE\n')
|
||||
version = input('Select the RPGMaker Version:\n\n1. MV/MZ\n2. ACE\n3. CSV (From Translator++)\n')
|
||||
match version:
|
||||
case '1':
|
||||
# Open File (Threads)
|
||||
|
|
|
|||
Loading…
Reference in a new issue