Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 406 Bytes

LeaderboardEntryHistoryRow.md

File metadata and controls

22 lines (16 loc) · 406 Bytes

StormgateWorld::LeaderboardEntryHistoryRow

Properties

Name Type Description Notes
time Time
mmr Float [optional]
points Float [optional]

Example

require 'stormgate_world'

instance = StormgateWorld::LeaderboardEntryHistoryRow.new(
  time: null,
  mmr: null,
  points: null
)