feat: 工具类不混淆

Signed-off-by: 502647092 <admin@yumc.pw>
merge/1/MERGE
502647092 2017-02-14 17:39:19 +08:00
parent 835843f06a
commit 09eda70c2d
2 changed files with 6 additions and 0 deletions

View File

@ -1,11 +1,14 @@
package pw.yumc.YumCore.mc;
import pw.yumc.YumCore.annotation.NotProguard;
/**
* Minecraft
*
* @author
* @since 2017/1/26 0026
*/
@NotProguard
public class MinecraftTools {
/**
*

View File

@ -9,12 +9,15 @@ import java.net.InetSocketAddress;
import java.net.Socket;
import java.nio.charset.Charset;
import pw.yumc.YumCore.annotation.NotProguard;
/**
* Minecraft
*
* @author
* @since 2017/1/26 0026
*/
@NotProguard
public class ServerInfo {
private String address = "localhost";
private int port = 25565;