mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Removal of ToList()
This commit is contained in:
parent
9f5cf132f0
commit
7af5f90e30
10 changed files with 48 additions and 42 deletions
|
|
@ -23,7 +23,7 @@ namespace ServerManagerTool.Common.Model
|
|||
}
|
||||
}
|
||||
|
||||
public static PlayerUserList GetList(SteamUserDetailResponse response, string[] ids)
|
||||
public static PlayerUserList GetList(SteamUserDetailResponse response, IEnumerable<string> ids)
|
||||
{
|
||||
var result = new PlayerUserList();
|
||||
if (ids != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue