add documentation
This commit is contained in:
parent
f4bbdfd1b3
commit
a2c4056979
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user