making network behaviour abstract (#1669)

This commit is contained in:
James Frowen 2020-04-07 09:23:09 +01:00 committed by GitHub
parent 17885a0da2
commit 4fc58be148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ public enum SyncMode { Observers, Owner }
[AddComponentMenu("")]
[RequireComponent(typeof(NetworkIdentity))]
[HelpURL("https://mirror-networking.com/docs/Guides/NetworkBehaviour.html")]
public class NetworkBehaviour : MonoBehaviour
public abstract class NetworkBehaviour : MonoBehaviour
{
internal float lastSyncTime;