Processes the data
and returns the resulting PlayerData
object.
The data to process.
Processes the data
and returns the result. If currentData
is provided, it will be
used as a starting point for the returned PlayerData
.
The data to process.
The existing PlayerData
.
Process a list of stats and returns the result. If currentData
is provided, it will be
used as a starting point for the returned PlayerData
.
The stats to process.
The existing PlayerData
.
Generated using TypeDoc
A static class used to parse entity data into
PlayerData
objects.