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

using UnityEditor;

[CustomEditor(typeof(uLinkRegisterPrefabs))]
public class uLinkRegisterPrefabsEditor : uLinkEditor.RegisterPrefabsEditor
{
}
