コード例 #1
0
 public static Landblock TryGetLandblock(this Position p)
 {
     return(LandblockManager.TryGetLandblock(p.LongLandblockID));
 }