Skip to content

Commit

Permalink
Update SimpleFormResponse.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdaaArslann authored Jun 7, 2023
1 parent 8f2011d commit 62f1c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/formapi/response/SimpleFormResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

public interface SimpleFormResponse extends FormResponse {

void handle(Player p, FormWindowSimple f, int data);
void handle(Player p, FormWindowSimple f, int d);

}

0 comments on commit 62f1c21

Please sign in to comment.