Skip to content

Commit 2f6f202

Browse files
committed
feat: entity feature utils, necessary for Caspar
1 parent c619b2e commit 2f6f202

File tree

4 files changed

+423
-254
lines changed

4 files changed

+423
-254
lines changed

megamek/src/megamek/ai/dataset/UnitAction.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public record UnitAction(int id, int teamId, int playerId, String chassis, Strin
5454

5555
/**
5656
* Creates a UnitAction from a MovePath.
57-
* @param movePath
58-
* @return
57+
* @param movePath The MovePath to convert
58+
* @return The UnitAction
5959
*/
6060
public static UnitAction fromMovePath(MovePath movePath) {
6161
Entity entity = movePath.getEntity();

0 commit comments

Comments
 (0)