This commit is contained in:
CortexCore
2024-06-26 17:53:10 +08:00
parent 46188dc637
commit 4a8c97d1fd
4 changed files with 50 additions and 16 deletions

View File

@@ -89,7 +89,7 @@ public class UnityEntitiesServiceSingleton:IEntitiesService
throw new NotImplementedException();
}
}
[CustomType(typeof(IEntitiesService))]
public class UnityEntitiesService : MonoBehaviour,IEntitiesService
{
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.SubsystemRegistration)]