mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-08 01:45:06 -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,
|
|
} |