Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 443 Bytes

PlayerActivityStatsRace.md

File metadata and controls

20 lines (14 loc) · 443 Bytes

StormgateWorld::PlayerActivityStatsRace

Properties

Name Type Description Notes
aggregated PlayerStatsEntry [optional]
history Array<PlayerStatsEntry>

Example

require 'stormgate_world'

instance = StormgateWorld::PlayerActivityStatsRace.new(
  aggregated: null,
  history: null
)