@@ -182,6 +182,9 @@ |
||
182 | 182 | ); |
183 | 183 | } |
184 | 184 | |
185 | + /** |
|
186 | + * @return Participant |
|
187 | + */ |
|
185 | 188 | public function getParticipantByPlayerId(string $playerId): ?Participant |
186 | 189 | { |
187 | 190 | foreach ($this->participants as $participant) { |