예제 #1
0
 public bool isOnThisGrid(IMyCubeGrid grid)
 {
     if (grid.Equals(Me.CubeGrid))
     {
         return(true);
     }
     return(false);
 }