Refactor some parts of NewLaunch

This commit is contained in:
icelimetea
2022-04-24 14:45:01 +01:00
parent 5adcc26190
commit c968c1be78
3 changed files with 95 additions and 113 deletions

View File

@ -18,5 +18,5 @@ package org.multimc;
public interface Launcher
{
abstract int launch(ParamBucket params);
int launch(ParamBucket params);
}