docs: update command

This commit is contained in:
Ilkka Seppälä
2024-05-24 20:19:39 +03:00
parent 98268a11d0
commit 47ee0b3a70
2 changed files with 66 additions and 85 deletions
@@ -31,9 +31,9 @@ import lombok.extern.slf4j.Slf4j;
/**
* Base class for spell targets.
*/
@Setter
@Slf4j
@Getter
@Setter
public abstract class Target {
private Size size;