LANCommander/LANCommander.Client/Enums/GroupBy.cs
2024-07-12 22:26:16 -05:00

16 lines
262 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LANCommander.Client.Enums
{
public enum GroupBy
{
None,
Collection,
Genre,
Platform
}
}