Server.Lobby.getbyId C# (CSharp) Méthode

getbyId() public méthode

public getbyId ( Int32 id ) : ServerClient
id Int32
Résultat ServerClient
        public ServerClient getbyId(Int32 id)
        {
            return clients.Find(x => x.id == id);
        }