10 lines
156 B
C#
10 lines
156 B
C#
namespace LANCommander.Launcher.Settings.Enums
|
|
{
|
|
public enum GroupBy
|
|
{
|
|
None,
|
|
Collection,
|
|
Genre,
|
|
Platform
|
|
}
|
|
}
|