实时通讯
This commit is contained in:
@@ -19,6 +19,7 @@ import java.util.List;
|
||||
public class PacketServiceImpl implements PacketService {
|
||||
|
||||
private final List<PackStrategy> packStrategies;
|
||||
|
||||
@Override
|
||||
public BasePackets getCurrent(JSONObject jsonObject) {
|
||||
Byte command = jsonObject.getByte("command");
|
||||
|
||||
Reference in New Issue
Block a user