net.k3nder.core.mc.quickplays.SinglePlayer Maven / Gradle / Ivy
The newest version!
package net.k3nder.core.mc.quickplays;
import net.kender.MCutils.players.worlds.World;
public class SinglePlayer extends Quikplay {
/**
* @param r world to launch
*/
public SinglePlayer(World r){
w = r;
}
// TODO añadir mas Methodos
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy