mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 06:09:59 -06:00
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; }
|
|
}
|
|
}
|