robot data system

This commit is contained in:
liujiahua123123 2019-09-02 10:55:11 +08:00
parent 4a8f7255ec
commit 5da8e1c9a7

View File

@ -12,6 +12,8 @@ public class Robot {
private final int qq;
private final String password;
@Getter
private final RobotNetworkHandler handler;
@ -43,6 +45,5 @@ public class Robot {
this.handler = new RobotNetworkHandler(this, this.qq, this.password);
}
}