/// <summary>
 /// Gets the world object at the specified location.
 /// </summary>
 /// <returns>The world object.</returns>
 /// <param name="x">The X coordinate.</param>
 /// <param name="y">The Y coordinate.</param>
 public WorldObject GetWorldObject(int x, int y)
 => worldManager.GetWorldObject(x, y);