Revision Difference
Data.LeaderboardDisplay#523612
<type category="enum" namespace="Steamworks.Data" name="LeaderboardDisplay" is="enum">
<entries>
<entry name="Numeric" value="1"></entry>⤶
<entry name="TimeSeconds" value="2"></entry>⤶
<entry name="TimeMilliSeconds" value="3"></entry>⤶
<entry name="Numeric" value="1">The score is just a simple numerical value⤶
</entry>⤶
<entry name="TimeSeconds" value="2">The score represents a time, in seconds⤶
</entry>⤶
<entry name="TimeMilliSeconds" value="3">The score represents a time, in milliseconds⤶
</entry>⤶
</entries>
</type>