using Sirenix.OdinInspector.Editor; using System.Collections; using System.Collections.Generic; using Unity.Netcode; using UnityEditor; using UnityEngine; [CustomEditor(typeof(NetworkBehaviour), true)] public class OdinNetworkBehaviourEditor : OdinEditor { }