Пример #1
0
 public bool IsSpaceAt(Vector3Int position)
 {
     return(metaDataLayer.IsSpaceAt(position));
 }