Enum StatDictionarySerializableData.StatType
The type of value of a StatDictionary
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
public enum StatDictionarySerializableData.StatType
Fields
Name | Description |
---|---|
Float | For stats of float type. |
Int | For stats of int type. |