aboutsummaryrefslogtreecommitdiff
path: root/robottino/all_versions/v1.0/src/PartiDelRobot.java
blob: 078f7a0fd32eb2d64e6c22cd8263d82f005fd7ee (plain)
1
2
3
4
5
6
7
8
9
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