KLF.KLFVesselInfo.KLFVesselInfo C# (CSharp) Method

KLFVesselInfo() public method

public KLFVesselInfo ( ) : System
return System
        public KLFVesselInfo()
        {
            situation = Situation.UNKNOWN;
            timeScale = 1.0f;
            detail = null;
        }
KLFVesselInfo