remove unused NetworkBehavioursCache

This commit is contained in:
vis2k 2021-03-09 15:34:47 +08:00
parent a21344196e
commit 7fc91537ed

View File

@ -25,8 +25,6 @@ public enum Visibility { Default, ForceHidden, ForceShown }
[HelpURL("https://mirror-networking.com/docs/Articles/Components/NetworkIdentity.html")]
public sealed class NetworkIdentity : MonoBehaviour
{
NetworkBehaviour[] networkBehavioursCache;
/// <summary>Returns true if running as a client and this object was spawned by a server.</summary>
//
// IMPORTANT: