mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 10:58:51 +00:00
docs: update command
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user