diff --git a/plugins/PuckDetection.java b/plugins/PuckDetection.java index 1d89b8e..3d436a2 100644 --- a/plugins/PuckDetection.java +++ b/plugins/PuckDetection.java @@ -18,9 +18,9 @@ public class PuckDetection extends DeviceBase{ public static class PuckState{ - boolean online; - boolean mecSwitch; - boolean indSwitch; + public boolean online; + public boolean mecSwitch; + public boolean indSwitch; void clear(){ online = false;