KLF.KLFVesselDetail.KLFVesselDetail C# (CSharp) Method

KLFVesselDetail() public method

public KLFVesselDetail ( ) : System
return System
        public KLFVesselDetail()
        {
            activity = Activity.NONE;
            numCrew = 0;
            percentFuel = 0;
            percentRCS = 0;
            mass = 0.0f;
            idle = false;
        }
KLFVesselDetail