diff --git a/Assets/Scripts/Core/Editor/OdinNetworkEditorBehaviour.cs b/Assets/Scripts/Core/Editor/OdinNetworkEditorBehaviour.cs new file mode 100644 index 0000000..cafac87 --- /dev/null +++ b/Assets/Scripts/Core/Editor/OdinNetworkEditorBehaviour.cs @@ -0,0 +1,6 @@ +using Sirenix.OdinInspector.Editor; +using Unity.Netcode; +using UnityEditor; + +[CustomEditor(typeof(NetworkBehaviour), true)] +public class OdinNetworkBehaviourEditor : OdinEditor{} \ No newline at end of file diff --git a/Assets/Scripts/Core/Editor/OdinNetworkEditorBehaviour.cs.meta b/Assets/Scripts/Core/Editor/OdinNetworkEditorBehaviour.cs.meta new file mode 100644 index 0000000..b26695b --- /dev/null +++ b/Assets/Scripts/Core/Editor/OdinNetworkEditorBehaviour.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: c7aea7e983220b44ebb6af6e4cd9f46d \ No newline at end of file