Skip to content

Commit

Permalink
Slight addition to Javadoc, hopefully it will save the next person wh…
Browse files Browse the repository at this point in the history
…o looks at an issue involving iscanon a couple minutes of looking around.
  • Loading branch information
repligator committed Sep 26, 2024
1 parent d41eb83 commit ce4218d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion megamek/src/megamek/common/Entity.java
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,9 @@ public abstract class Entity extends TurnOrdered implements Transporter, Targeta
private final Vector<Integer> hitBySwarmsWeapon = new Vector<>();

/**
* True if and only if this is a canon (published) unit.
* True if and only if this is a canon (published) unit. This is established
* by checking against a text file in the docs folder; "OfficialUnitList.txt".
* @see MekFileParser
*/
private boolean canon;

Expand Down

0 comments on commit ce4218d

Please sign in to comment.