LeviLamina
Loading...
Searching...
No Matches
IntentSprintType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SprintTriggerSystem {
6
7enum class IntentSprintType : int {
8 SprintInput = 0,
9 SprintDoubleTap = 1,
10 DoubleTapReset = 2,
11 NoIntent = 3,
12};
13
14}