[]
Allows the map to update all entries affected when a character is removed.
public static void UpdateMap(int indexRemoved, IList<MapEntry> map)
| Type | Name | Description |
|---|---|---|
| int | indexRemoved | The index of the removed character. |
| IList<MapEntry> | map | The list of map entries to update. |