Adding is guaranteed to occur whether the key is vacant or not. In cases where the key already exists it will replace the value.
public void Add(Hash128 key, StatusEffectData value)
key
Hash128
The unique Hash128 of the StatusEffectData.
value
StatusEffectData
The StatusEffectData to add to the database.
Adds a StatusEffectData to the database.
Last updated 9 days ago