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

using UnityEditor;

[CustomEditor(typeof(uLinkServerAuthentication))]
public class uLinkServerAuthenticationEditor : uLinkEditor.ServerAuthenticationEditor
{
}
