public BipedBodyDescriptor(BipedFixtureIndex index, Biped biped) { FixtureIndex = index; Biped = biped; }
public Player(World world, Vector2 position, float xScale, float yScale) { _biped = new Biped(this, world, position, xScale, yScale); }