Esempio n. 1
0
 public BipodChassisFactory(int x, int y) : base(x, y)
 {
     robotPart = new BipodChassis();
 }
Esempio n. 2
0
 public BipodChassisFactory(int x, int y)
     : base(x, y)
 {
     robotPart = new BipodChassis();
 }
Esempio n. 3
0
 public BipodChassisFactory() : base()
 {
     robotPart = new BipodChassis();
 }
Esempio n. 4
0
 public BipodChassisFactory()
     : base()
 {
     robotPart = new BipodChassis();
 }