Skip to content

Commit

Permalink
Delete unnecessary PartyMember class
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Nov 14, 2020
1 parent d02e61c commit 71a2773
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import com.google.gson.annotations.SerializedName;
import lombok.Data;

import java.util.List;

@Data
public class SearchInfoMessage extends FafServerMessage {

Expand All @@ -16,9 +14,4 @@ public SearchInfoMessage() {
super(FafServerMessageType.SEARCH_INFO);
}

@Data
public static class PartyMember {
private Integer player;
private List<Boolean> factions;
}
}

0 comments on commit 71a2773

Please sign in to comment.