public PhasersWeaponFactory(int x, int y) : base(x, y)
 {
     robotPart = new PhasersWeapon();
 }
 public PhasersWeaponFactory() : base()
 {
     robotPart = new PhasersWeapon();
 }