示例#1
0
文件: Map.cs 项目: Corniel/Vindinium
 public Distance GetDistanceToTavern(Hero hero)
 {
     return(DistanceToTavern.Get(this[hero]));
 }