Skip to content

Commit

Permalink
refactor(room): Deprecated OperationHandler verify
Browse files Browse the repository at this point in the history
  • Loading branch information
iohao committed Jan 5, 2025
1 parent 831fb21 commit 37d29c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ public interface OperationHandler {
* 检测验证, 验证用户操作步骤是否合法
*
* @param context 操作上下文
* @deprecated see {@link #processVerify(PlayerOperationContext)}
*/
@Deprecated
default void verify(PlayerOperationContext context) {
}

Expand Down

0 comments on commit 37d29c8

Please sign in to comment.