7 lines
No EOL
89 B
C#
7 lines
No EOL
89 B
C#
namespace FNAF_Clone.Input;
|
|
|
|
public enum InputTiming {
|
|
PRESS,
|
|
HOLD,
|
|
RELEASE
|
|
} |