🔹 - Change GetPlayers into a Players property
petrspelos opened this issue · 4 comments
Summary
In our ILobby
interface we are exposing a GetPlayers
method that returns an IEnumerable<Player>
. It might be a little more convenient to have a Players
property with only a getter to access this collection.
What needs to be done
The GetPlayers
method needs to be changed into a Players
property with only a { get; }
(getter) and users of this interface need to be adjusted.
Interested? ❤️
If you'd like to tackle this issue, make sure to comment below so that multiple people don't work on the same issue accidentally. 🌮
I would like to work on this issue
Heya, @Jayita10!
Absolutely.
Go right ahead. Let me know if you need any more info or if you have any questions. 👍
Hi @petrspelos, please review my work. Thanks :)
Fixed, thank you for contributing.