PartiDelRobot.java (199B)
1 public class PartiDelRobot { 2 PartiDelRobot() { }; 3 PartiDelRobot(boolean b, String s) { 4 this.stringaParte = s; 5 this.statoParte = b; 6 } 7 public String stringaParte; 8 public boolean statoParte; 9 }
ancient-projectsMy earliest programs (2006-2010) | |
| git clone https://git.tronto.net/ancient-projects | |
| Download | Log | Files | Refs | README |
PartiDelRobot.java (199B)
1 public class PartiDelRobot { 2 PartiDelRobot() { }; 3 PartiDelRobot(boolean b, String s) { 4 this.stringaParte = s; 5 this.statoParte = b; 6 } 7 public String stringaParte; 8 public boolean statoParte; 9 }