// Token: 0x06002187 RID: 8583 RVA: 0x0007B98C File Offset: 0x00079B8C
 private static bool CheckNetworkViewCustomInstantiator(uLink.NetworkView view, out global::IPrefabCustomInstantiate custom)
 {
     custom = (view.observed as global::IPrefabCustomInstantiate);
     return(custom != null);
 }
 // Token: 0x06002188 RID: 8584 RVA: 0x0007B9A4 File Offset: 0x00079BA4
 private static bool CheckNetworkViewCustomInstantiator(IDMain character, out global::IPrefabCustomInstantiate custom)
 {
     custom = (character as global::IPrefabCustomInstantiate);
     return(custom != null);
 }
 // Token: 0x06002189 RID: 8585 RVA: 0x0007B9B8 File Offset: 0x00079BB8
 private static bool CheckNetworkViewCustomInstantiator(uLink.NetworkView view, IDMain character, out global::IPrefabCustomInstantiate custom)
 {
     return(global::CustomInstantiationArgs.CheckNetworkViewCustomInstantiator(view, out custom) || global::CustomInstantiationArgs.CheckNetworkViewCustomInstantiator(character, out custom));
 }