mirror of
https://github.com/kwsch/NHSE.git
synced 2026-07-17 08:42:59 -05:00
11 lines
178 B
C#
11 lines
178 B
C#
namespace NHSE.Injection
|
|
{
|
|
/// <summary>
|
|
/// Controller Stick differentiation
|
|
/// </summary>
|
|
public enum SwitchStick
|
|
{
|
|
LEFT,
|
|
RIGHT,
|
|
}
|
|
} |