Exemple #1
0
 public override int GetHashCode()
 {
     return(LocationString.GetHashCode());
 }
 public void ReadyLocation(LocationString locationString)
 {
     placeToEnter = locationsMap[locationString];
 }