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