namespace SepCore.InputModule
{
public enum InputContextId
None = 0,
Global = 1,
UI = 2,
GameplayExplore = 3,
Dialog = 4,
Rebind = 5,
}