public void Start()
 {
     instance = this;
 }
Ejemplo n.º 2
0
        private bool AlreadyHasAboard(string subjectId)
        {
            VesselScienceContents science = VesselScienceTracker.Get(vessel);

            return((science != null) && science[subjectId]);
        }