Method
getSpellCount
(KnownSpellIdentifier ksi, List<CDOMSingleRef<Ability>> abils)
Source from the content-addressed store, hash-verified
| 359 | } |
| 360 | |
| 361 | public Integer getSpellCount(KnownSpellIdentifier ksi, List<CDOMSingleRef<Ability>> abils) |
| 362 | { |
| 363 | return spells.get(ksi, abils); |
| 364 | } |
| 365 | } |
Tested by
no test coverage detected