9 lines
188 B
C#
9 lines
188 B
C#
namespace Ryujinx.Ava.Utilities.Configuration.UI
|
|
{
|
|
public struct ColumnSort
|
|
{
|
|
public int SortColumnId { get; set; }
|
|
public bool SortAscending { get; set; }
|
|
}
|
|
}
|