Files
mear/Mear/Mear/Models/PlayerControls/Shuffle.cs
T
2019-06-21 18:36:32 -07:00

13 lines
177 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Mear.Models.PlayerControls
{
public enum Shuffle
{
Off = 0,
All
}
}