Exemplo n.º 1
0
 public bool HasObject(Vector3Int position, bool IsServer)
 {
     return(ObjectLayer.HasObject(position, IsServer));
 }