Make more fields in excels accessible

This commit is contained in:
KingRainbow44
2023-05-21 21:32:48 -04:00
parent f66408fd3c
commit 49483dd607
2 changed files with 22 additions and 16 deletions

View File

@@ -12,6 +12,8 @@ import lombok.Setter;
public final class PointData {
@Getter @Setter private int id;
@Getter private int areaId;
private String $type;
@Getter private Position tranPos;
@Getter private Position pos;