public static IShip Create(PhysicsState state, FactionInfo factionInfo) { if (!initialized) { Initialize(); } ZoqFotPikStinger returnvalue = new ZoqFotPikStinger(state, factionInfo); returnvalue.ControlHandler = new DefaultControlHandler(); return(returnvalue); }
protected override IShip CreateHardCodedShip() { return(ZoqFotPikStinger.Create(new PhysicsState(), null)); }