6970717273747576777879
List<Double> data = (List)command; type = data.get(0).intValue(); operation = data.get(1).intValue(); } IAM iam = IAM.getWho(type); ZombieCommands cmd = ZombieCommands.CommandsEnum.fromInt(operation); switch (iam) { case ZOMBIE: switch (cmd)