(PlayerCharacter pc, int value)
| 96 | } |
| 97 | |
| 98 | public KitGear getEntry(PlayerCharacter pc, int value) |
| 99 | { |
| 100 | for (TableEntry entry : list) |
| 101 | { |
| 102 | if (entry.isIn(pc, value)) |
| 103 | { |
| 104 | return entry.gear; |
| 105 | } |
| 106 | } |
| 107 | return null; |
| 108 | } |
| 109 | } |
no test coverage detected