Savable Profile
📑 SavableProfile Struct
A savable version of a StatProfile
.
Namespace:
Esper.Inventool.DataManagement
Access:public
Type:struct
Attributes:[Serializable]
📦 Fields
Access
Field
Type
Description
public
level
int
The current level.
public
maxLevel
int
The max level.
public
weight
float
The amount the target weighs.
public
experience
SavableScalingValue
The experience points.
public
durability
SavableScalingValue
The durability points.
public
stats
List<SavableStat>
The list of stats.
🔧 Constructors
Access
Constructor
Description
public
SavableProfile(StatProfile profile)
Creates a savable profile from a StatProfile
.
🧰 Methods
Access
Method
Returns
Description
public
ToStatProfile()
StatProfile
Converts this SavableProfile
back into a StatProfile
.
Last updated