示例#1
0
 public SeString CreateMapLink(uint territoryId, uint mapId, int rawX, int rawY) =>
 SeString.CreateMapLink(territoryId, mapId, rawX, rawY);
示例#2
0
 public SeString CreateMapLink(uint territoryId, uint mapId, float xCoord, float yCoord, float fudgeFactor = 0.05f) => SeString.CreateMapLink(territoryId, mapId, xCoord, yCoord, fudgeFactor);
示例#3
0
 public SeString CreateMapLink(string placeName, float xCoord, float yCoord, float fudgeFactor = 0.05f) => SeString.CreateMapLink(placeName, xCoord, yCoord, fudgeFactor);