public int PrestigeFrom(PrestigeSource source) { return(this._PrestigeBySource[source]); }
public void AddPrestige(int dPrestige, EncounterState state, string message, PrestigeSource source) { this._PrestigeBySource[source] += dPrestige; state.LogMessage(message); }