Add

Adding is guaranteed to occur whether the key is vacant or not. In cases where the key already exists it will replace the value.

Declaration

public void Add(Hash128 key, StatusEffectData value)

Parameters

Name
Type
Description

key

The unique Hash128 of the StatusEffectData.

value

The StatusEffectData to add to the database.

Description

Adds a StatusEffectData to the database.

Last updated