Get the cost pool, which is the number of points the character has spent. @return costPool
()
| 954 | * @return costPool |
| 955 | */ |
| 956 | public int getCostPool() |
| 957 | { |
| 958 | return costPool; |
| 959 | } |
| 960 | |
| 961 | /** |
| 962 | * Set the current equipment set name. |
no outgoing calls
no test coverage detected