API
Interface
public interface ICharacterPlugin
{
List<CharacterEntry> GetAllCharacterEntries();
CharacterEntry GetCharacterEntry(string characterId);
bool HasCharacterEntry(string characterId);
}Methods
GetAllCharacterEntries
List<CharacterEntry> GetAllCharacterEntries()GetCharacterEntry
CharacterEntry GetCharacterEntry(string characterId)HasCharacterEntry
CharacterEntry
Components
CharacterEntity
PlayerAvatarEntity
Save Data
Class
Description
Usage
Last updated
Was this helpful?
