mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Removal of ToList()
This commit is contained in:
parent
9f5cf132f0
commit
7af5f90e30
10 changed files with 48 additions and 42 deletions
|
|
@ -29,7 +29,7 @@ namespace ServerManagerTool.Lib
|
|||
public string ServerMap;
|
||||
public string ServerMapModId;
|
||||
public string TotalConversionModId;
|
||||
public List<string> ServerModIds;
|
||||
public IEnumerable<string> ServerModIds;
|
||||
public string MOTD;
|
||||
public int MotDDuration;
|
||||
public bool MOTDIntervalEnabled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue