// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.IPlayerEditorConnectionNative

namespace UnityEngine
{
public class IPlayerEditorConnectionNative // TypeDefIndex: 8791
{

	// Methods
	// RVA: -1
	public abstract type#28660 Initialize() { }
	// RVA: -1
	public abstract type#28660 DisconnectAll() { }
	// RVA: -1
	public abstract type#28660 SendMessage(type#19280 messageId, type#12860 data, type#20867 playerId) { }
	// RVA: -1
	public abstract type#15313 TrySendMessage(type#19280 messageId, type#12860 data, type#20867 playerId) { }
	// RVA: -1
	public abstract type#28660 Poll() { }
	// RVA: -1
	public abstract type#28660 RegisterInternal(type#19280 messageId) { }
	// RVA: -1
	public abstract type#28660 UnregisterInternal(type#19280 messageId) { }
	// RVA: -1
	public abstract type#15313 IsConnected() { }
}
}
