コード例 #1
0
 void onStakeModified(ELSurveyStake s)
 {
     Debug.LogFormat("[ELSurveyStation] onStakeModified");
     if (site != null && site.Contains(s.vessel))
     {
         control.PlaceCraftHull();
     }
 }