C# Класс GameJoltAPI.Scores.Scores

This is a score implementation to be used for retrieving and saving scores

See: http://gamejolt.com/api/doc/game/scores/ for further information.

@author Sam "runewake2" Wronski

@version 0.1.0.0

Показать файл Открыть проект

Открытые методы

Метод Описание
Fetch ( int limit = null, int tableid = null ) : GameJoltAPI.Helpers.Scoreboard
Scores ( ) : System

Creates a new Scores instance that will use Config's data

Описание методов

Fetch() публичный Метод

public Fetch ( int limit = null, int tableid = null ) : GameJoltAPI.Helpers.Scoreboard
limit int
tableid int
Результат GameJoltAPI.Helpers.Scoreboard

Scores() публичный Метод

Creates a new Scores instance that will use Config's data
public Scores ( ) : System
Результат System