Add a name for an XP tables. @param xpTableName the new XP table name
(String xpTableName)
| 2044 | * @param xpTableName the new XP table name |
| 2045 | */ |
| 2046 | public void addXPTableName(String xpTableName) |
| 2047 | { |
| 2048 | xpTableNames.add(xpTableName); |
| 2049 | } |
| 2050 | |
| 2051 | /** |
| 2052 | * Gets the name of the currently selected default character type. |