コード例 #1
0
 public void Start()
 {
     instance = this;
 }
コード例 #2
0
        private bool AlreadyHasAboard(string subjectId)
        {
            VesselScienceContents science = VesselScienceTracker.Get(vessel);

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