import 'package:process_run/shell.dart'; class ProcessMan{ static void RunGame(String path){ run(path); } }