Namespace netcode fix.

This commit is contained in:
2022-06-28 18:00:23 +02:00
parent 0e7276b98c
commit 8036b2621d

View File

@ -1,5 +1,7 @@
#if UNITY_EDITOR
#if COM_UNITY_NETCODE_GAMEOBJECTS
using Unity.Netcode;
#endif
using UnityEditor;
using UnityEngine;