public bool HasObject(Vector3Int position, bool IsServer)
 {
     return(ObjectLayer.HasObject(position, IsServer));
 }