Fix getTarget docs (#1404)

This commit is contained in:
Jade
2024-08-29 13:20:03 +08:00
committed by GitHub
parent 8c09cd2cb3
commit 50ea32c82d
2 changed files with 3 additions and 0 deletions

View File

@@ -180,6 +180,8 @@ public class PhotonPipelineResult implements ProtobufSerializable {
/**
* Returns a copy of the vector of targets.
*
* <p>Returned in the order set by target sort mode.
*
* @return A copy of the vector of targets.
*/
public List<PhotonTrackedTarget> getTargets() {