Esempio n. 1
0
 /// <summary>
 /// Gets or sets the X map coordinate of the centre of the faction territoriy.
 /// </summary>
 /// <value>The X coordinate.</value>
 /// <param name="factionId">Faction identifier.</param>
 public int GetFactionCentreX(string factionId)
 => world.GetFactionCentreX(factionId);