Esempio n. 1
0
 public static Vector2i GetZoneId(this Vector3 position)
 {
     return(ZoneUtils.GetZone((int)position.x, (int)position.z));
 }