Mention default value

This commit is contained in:
MEEPofFaith
2025-02-08 21:52:31 -08:00
parent 70e9d6d4f8
commit 3e8a40b1e6

View File

@@ -115,7 +115,7 @@ public class UnitType extends UnlockableContent implements Senseable{
aimDst = -1f,
/** Visual offset of the build beam from the front. */
buildBeamOffset = 3.8f,
/** Visual offset of the mining beam from the front. */
/** Visual offset of the mining beam from the front. Defaults to half the hitsize. */
mineBeamOffset = Float.NEGATIVE_INFINITY,
/** WIP: Units of low priority will always be ignored in favor of those with higher priority, regardless of distance. */
targetPriority = 0f,