Returns the list of base stats that are set by the kit. @return List the List of stats to be set by the kit. The stats are wrapped in a KitStat object.
()
| 61 | * wrapped in a KitStat object. |
| 62 | */ |
| 63 | public List<KitStat> getStats() |
| 64 | { |
| 65 | return getSafeListFor(ListKey.STAT_LIST); |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Set the Select value |
no test coverage detected