Nerfed/Nerfed.Runtime/Input/ButtonState.cs

7 lines
83 B
C#

namespace Nerfed.Runtime;
public enum ButtonState
{
Released,
Pressed
}