mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
8 lines
142 B
Java
8 lines
142 B
Java
package org.geysermc.connect;
|
|
|
|
public class GeyserConnect {
|
|
|
|
public static void main(String[] args) {
|
|
new MasterServer();
|
|
}
|
|
}
|