Commit 5da8e1c9 authored by liujiahua123123's avatar liujiahua123123

robot data system

parent 4a8f7255
...@@ -12,6 +12,8 @@ public class Robot { ...@@ -12,6 +12,8 @@ public class Robot {
private final int qq; private final int qq;
private final String password; private final String password;
@Getter @Getter
private final RobotNetworkHandler handler; private final RobotNetworkHandler handler;
...@@ -43,6 +45,5 @@ public class Robot { ...@@ -43,6 +45,5 @@ public class Robot {
this.handler = new RobotNetworkHandler(this, this.qq, this.password); this.handler = new RobotNetworkHandler(this, this.qq, this.password);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment