add documentation

This commit is contained in:
Florian Stinglmayr 2022-11-24 15:54:44 +01:00
parent f4bbdfd1b3
commit a2c4056979

View File

@ -338,6 +338,10 @@ public class Mission : IComparable<Mission> {
return string.Join("", results);
}
/// <summary>
/// A convenient Dictionary containing all influences given out by faction,
/// then by system address and then by influence handed out.
/// </summary>
public Dictionary<string, Dictionary<ulong, string>> Influences {
get {
return FactionEffects