// (c)2011 MuchDifferent. All Rights Reserved.

using UnityEditor;

[CustomEditor(typeof(uLinkNetworkView))]
public class uLinkNetworkViewEditor : uLinkEditor.NetworkViewEditor
{
}
