16: Add direction to JupiterPerpsPosition

This commit is contained in:
2026-06-26 17:55:34 +02:00
parent 10fc0ff41c
commit 8af76e126a
@@ -0,0 +1,9 @@
package com.r35157.libs.jupiter.perps;
/**
* Direction of a Jupiter Perps position.
*/
public enum JupiterPerpsPositionDirection {
LONG,
SHORT
}