// Assembly: UnityEngine.InputLegacyModule
// Full name: UnityEngine.TouchPhase

namespace UnityEngine
{
public class TouchPhase // TypeDefIndex: 13165
{
	// Fields
	type#20890 value__;
	type#27560 Began;
	type#27560 Moved;
	type#27560 Stationary;
	type#27560 Ended;
	type#27560 Canceled;
}
}
