Esempio n. 1
0
 /// <summary>
 /// Returns the faction identifier at the given location.
 /// </summary>
 /// <returns>The faction identifier.</returns>
 /// <param name="x">The x coordinate.</param>
 /// <param name="y">The y coordinate.</param>
 public string FactionIdAtLocation(int x, int y)
 => world.FactionIdAtLocation(x, y);