Set the cost pool, which is the number of points the character has spent. @param i the number of points spent
(final int i)
| 944 | * @param i the number of points spent |
| 945 | */ |
| 946 | public void setCostPool(final int i) |
| 947 | { |
| 948 | costPool = i; |
| 949 | } |
| 950 | |
| 951 | /** |
| 952 | * Get the cost pool, which is the number of points the character has spent. |
no outgoing calls
no test coverage detected