// Assembly: UnityEngine.InputForUIModule
// Full name: Modifiers

public class Modifiers // TypeDefIndex: 12551
{
	// Fields
	type#27930 value__;
	type#31180 LeftShift;
	type#31180 RightShift;
	type#31180 Shift;
	type#31180 LeftCtrl;
	type#31180 RightCtrl;
	type#31180 Ctrl;
	type#31180 LeftAlt;
	type#31180 RightAlt;
	type#31180 Alt;
	type#31180 LeftMeta;
	type#31180 RightMeta;
	type#31180 Meta;
	type#31180 CapsLock;
	type#31180 Numlock;
	type#31180 FunctionKey;
	type#31180 Numeric;
}
