mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
fix config
This commit is contained in:
parent
a248f4fc34
commit
ddceb74a20
@ -32,6 +32,10 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
public void Remove(string valueName)
|
||||
{
|
||||
if (_isLocked)
|
||||
{
|
||||
throw new InvalidOperationException();
|
||||
}
|
||||
_storage.Remove(valueName);
|
||||
}
|
||||
public void Set<T>(string valueName, T value)
|
||||
|
Loading…
Reference in New Issue
Block a user