Refactor some parts of NewLaunch (part 2)
This commit is contained in:
@ -16,7 +16,8 @@
|
||||
|
||||
package org.multimc;
|
||||
|
||||
public interface Launcher
|
||||
{
|
||||
int launch(ParamBucket params);
|
||||
public interface Launcher {
|
||||
|
||||
void launch() throws Exception;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user