Added Core module support. Things are unstable
This commit is contained in:
@@ -58,6 +58,9 @@ public class SettingsDictionary<TKey, TValue>
|
||||
|
||||
public void Add(TKey key, TValue value)
|
||||
{
|
||||
if (_Dictionary.ContainsKey(key))
|
||||
return;
|
||||
|
||||
_Dictionary.Add(key, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user