mirror of
https://github.com/kwsch/NHSE.git
synced 2026-03-22 01:34:51 -05:00
10 lines
144 B
C#
10 lines
144 B
C#
namespace NHSE.Injection;
|
|
|
|
/// <summary>
|
|
/// Controller Stick differentiation
|
|
/// </summary>
|
|
public enum SwitchStick
|
|
{
|
|
LEFT,
|
|
RIGHT,
|
|
} |