mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
Clear keys and values when clearing seriazlied dict
This commit is contained in:
parent
cede860ff4
commit
548f5b7e49
@ -151,6 +151,8 @@ namespace UnityAtoms.BaseAtoms
|
||||
public void Clear()
|
||||
{
|
||||
_dict.Clear();
|
||||
_serializedKeys.Clear();
|
||||
_serializedValues.Clear();
|
||||
_cleared?.Invoke();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user