(cls)
| 75 | |
| 76 | @classmethod |
| 77 | def getSkillList(cls): |
| 78 | if cls.__itemList is None: |
| 79 | cls.__itemList = eos.db.getItemsByCategory("Skill") |
| 80 | |
| 81 | return cls.__itemList |
| 82 | |
| 83 | @classmethod |
| 84 | def getSkillIDMap(cls): |
no outgoing calls
no test coverage detected