Skip to content

Commit

Permalink
Update PacketHandlerInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KnosTx authored Dec 20, 2024
1 parent 98efa40 commit e30e589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PacketHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,4 +427,6 @@ public function handleMovementEffect(MovementEffectPacket $packet) : bool;
public function handleSetMovementAuthority(SetMovementAuthorityPacket $packet) : bool;

public function handleCameraAimAssistPresets(CameraAimAssistPresetsPacket $packet) : bool;

public function handleVideoStreamConnect(VideoStreamConnectPacket $packet) : bool;
}

0 comments on commit e30e589

Please sign in to comment.