public void Start()
 {
     instance = this;
 }
Пример #2
0
        private bool AlreadyHasAboard(string subjectId)
        {
            VesselScienceContents science = VesselScienceTracker.Get(vessel);

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