forked from SteamWar/SteamWar
Add seen and nodeType fields to CheckedSchematic class
This commit is contained in:
@@ -75,8 +75,10 @@ public class CheckedSchematic {
|
||||
@Field
|
||||
private final String declineReason;
|
||||
@Getter
|
||||
@Field
|
||||
private boolean seen;
|
||||
@Getter
|
||||
@Field
|
||||
private final String nodeType;
|
||||
|
||||
public int getNode() {
|
||||
|
||||
Reference in New Issue
Block a user