API
Interface
public interface IRacesPlugin
{
List<RaceEntry> GetAllRaces();
RaceEntry GetRace(string raceId);
}Methods
GetAllRaces
List<RaceEntry> GetAllRaces()GetRace
RaceEntry GetRace(string raceId)RaceEntry
Field
Type
Description
RaceCharacter
Field
Type
Description
Save Data
RaceSaveData
Field
Type
Description
Usage
Last updated
Was this helpful?
