// Assembly: UnityEngine.Physics2DModule
// Full name: UnityEngine.Collision2D

namespace UnityEngine
{
public class Collision2D // TypeDefIndex: 13250
{
	// Fields
	type#20869 m_Collider;
	type#20869 m_OtherCollider;
	type#20869 m_Rigidbody;
	type#20869 m_OtherRigidbody;
	type#28441 m_RelativeVelocity;
	type#20869 m_Enabled;
	type#20869 m_ContactCount;
	type#12945 m_ReusedContacts;
	type#12945 m_LegacyContacts;
}
}
