Esempio n. 1
0
 private bool CanSpawn(int x, int y, int z)
 {
     return(Facet.CanFit(x, y, z, Server.Region.MaxZ - z, true, false, true));
 }