kOS.SharedObjects.SharedObjects C# (CSharp) Method

SharedObjects() public method

public SharedObjects ( ) : System.Collections.Generic
return System.Collections.Generic
        public SharedObjects()
        {
            AllVoiceValues = new Dictionary<int, VoiceValue>();
            GameEvents.onVesselDestroy.Add(OnVesselDestroy);
        }