// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Events.UnityEvent

namespace UnityEngine.Events
{
public class UnityEvent // TypeDefIndex: 8988
{
	// Fields
	type#13300 m_InvokeArray;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 AddListener(type#28040 call) { }
	// RVA: -1
	public type#28660 RemoveListener(type#28040 call) { }
	// RVA: -1
	protected virtual type#22692 FindMethod_Impl(type#26576 name, type#27705 targetObjType) { }
	// RVA: -1
	internal virtual type#15012 GetDelegate(type#23705 target, type#22692 theFunction) { }
	// RVA: -1
	private static type#15012 GetDelegate(type#28040 action) { }
	// RVA: -1
	public type#28660 Invoke() { }
}
}
