// Assembly: UnityEngine.PhysicsModule
// Full name: UnityEngine.ContactPoint

namespace UnityEngine
{
public class ContactPoint // TypeDefIndex: 12781
{
	// Fields
	type#28470 m_Point;
	type#28470 m_Normal;
	type#28470 m_Impulse;
	type#20869 m_ThisColliderInstanceID;
	type#20869 m_OtherColliderInstanceID;
	type#26061 m_Separation;
}
}
