aboutsummaryrefslogtreecommitdiff
path: root/robottino/all_versions/v2.1/src/PartiDelRobot.java
blob: 3399dbcea32a39ba17257ce0b9292baa9607427c (plain)
1
2
3
4
5
6
7
8
9
public class PartiDelRobot {
	PartiDelRobot() { };
	PartiDelRobot(boolean b, String s) {
		this.stringaParte = s;
		this.statoParte = b;
	}
	public String stringaParte;
	public boolean statoParte;
}

Generated with cgit - Back to sebastiano.tronto.net