CShock/CShocker/Shockers/ControlAction.cs

9 lines
108 B
C#

namespace CShocker.Shockers;
public enum ControlAction
{
Beep,
Vibrate,
Shock,
Nothing
}