Skip to content

Commit

Permalink
Update MTGNetworkClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Sep 14, 2023
1 parent 06e2f55 commit bc4a59f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/org/magic/api/interfaces/MTGNetworkClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import org.magic.api.beans.abstracts.AbstractMessage;
import org.magic.api.beans.abstracts.AbstractMessage.MSG_TYPE;
import org.magic.api.beans.messages.SearchMessage;
import org.magic.api.beans.messages.TalkMessage;
import org.magic.game.model.Player;
import org.magic.game.model.Player.STATUS;
Expand All @@ -29,8 +30,8 @@ public interface MTGNetworkClient extends MTGPlugin{

boolean isActive();

void searchStock(TalkMessage s) throws IOException;
void searchStock(SearchMessage s) throws IOException;

public Player getPlayer();

}
}

0 comments on commit bc4a59f

Please sign in to comment.