33343536373839
protected ColorCircuitGate out; public Emitter(int ox, int oy, int width, int height) { super(ox, oy, width, height); addGate(out = new ColorCircuitGate(this, Gate.EAST, "Out")); }