Skip to content

Commit

Permalink
feat: TetrisMessageReq에 isGaugeFull 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
otfeb committed Jul 10, 2024
1 parent 906a407 commit f275e38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package jungle.HandTris.presentation.dto.request;

public record TetrisMessageReq(String[][] board, boolean isEnd, boolean isAttack) {
public record TetrisMessageReq(String[][] board, boolean isEnd, boolean isAttack, boolean isGaugeFull) {
}

0 comments on commit f275e38

Please sign in to comment.