Set the value of the feat pool. @param pool value to set the feat pool to
(final int pool)
| 1715 | * @param pool value to set the feat pool to |
| 1716 | */ |
| 1717 | public void setPoolAmount(final int pool) |
| 1718 | { |
| 1719 | poolAmount = pool; |
| 1720 | } |
| 1721 | |
| 1722 | /** |
| 1723 | * Get the value of the feat pool. |
no outgoing calls
no test coverage detected