DartMcLauncherVanillaProperties.loadFile constructor

DartMcLauncherVanillaProperties.loadFile(String file)

Implementation

DartMcLauncherVanillaProperties.loadFile(String file): this.loadProperties(Properties.decode(File(file).readAsStringSync()), file);