// Assembly: UnityEngine.IMGUIModule
// Full name: UnityEngine.EventModifiers

namespace UnityEngine
{
public class EventModifiers // TypeDefIndex: 11311
{
	// Fields
	type#20890 value__;
	type#18042 None;
	type#18042 Shift;
	type#18042 Control;
	type#18042 Alt;
	type#18042 Command;
	type#18042 Numeric;
	type#18042 CapsLock;
	type#18042 FunctionKey;
}
}
