Exemplo n.º 1
0
 public ThrustEntity(CubeGridEntity parent, MyObjectBuilder_Thrust definition, Object backingObject)
     : base(parent, definition, backingObject)
 {
     m_thrustOverride = 0;
     m_networkManager = new ThrustNetworkManager(this, InternalGetThrustNetManager( ));
 }
Exemplo n.º 2
0
        //Thrust flame scale coefficient values:
        //LargeShip-Large: 700
        //LargeShip-Small: 500
        //SmallShip-Large: 300
        //SmallShip-Small: 200

        #endregion "Attributes"

        #region "Constructors and Intializers"

        public ThrustEntity(CubeGridEntity parent, MyObjectBuilder_Thrust definition)
            : base(parent, definition)
        {
        }