Interface IFactionDataStore
Stores FactionInfo instances generated from MySQL.
public interface IFactionDataStore
- Extension Methods
Properties
Factions
List of all registered factions.
IReadOnlyList<FactionInfo> Factions { get; }
Property Value
Methods
ReloadCache(CancellationToken)
Reload Factions from wherever it's stored.
Task ReloadCache(CancellationToken token = default)
Parameters
tokenCancellationToken