(Object obj)
| 151 | } |
| 152 | |
| 153 | @Override |
| 154 | public boolean equals(Object obj) |
| 155 | { |
| 156 | return obj instanceof HitDie && ((HitDie) obj).die == die; |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Returns a String representation of this HitDie, primarily for purposes of |
no outgoing calls
no test coverage detected