package org.usfirst.frc.team4272.robotlib; public class PixyPacket { public int X; public int Y; public int Width; public int Height; }