//Inspector GUI:
 public override void OnInspectorGUI()
 {
     EditorUtilities.ComponentRequired(typeof(MLPrivilegeRequesterBehavior));
     EditorUtilities.SensitivePrivilegeRequired(MLPrivileges.RuntimeRequestId.LocalAreaNetwork);
     DrawDefaultInspector();
 }