All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.kender.core.mc.Quikplays.Multiplayer Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package net.kender.core.mc.Quikplays;

import net.kender.MCutils.players.Server.Server;

public class Multiplayer extends Quikplay {
    public Multiplayer(Server r){
        s = r;
    }
    public Multiplayer(Server r,long port){
        s = r;
        sp = port;
    }
    // TODO añadir mas  Methodos
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy