mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
fix config
This commit is contained in:
parent
16e0de1580
commit
6897bba150
@ -1,9 +1,9 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DCFApixels
|
||||
namespace DCFApixels.DragonECS.Unity.Internal
|
||||
{
|
||||
public abstract class Config<TSelf> : ScriptableObject where TSelf : ScriptableObject
|
||||
internal abstract class Config<TSelf> : ScriptableObject where TSelf : ScriptableObject
|
||||
{
|
||||
private static object _lock = new object();
|
||||
private static TSelf _instance;
|
||||
|
Loading…
Reference in New Issue
Block a user