From a2c4056979db65c9332cb58e4e209c52b7656ec9 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 24 Nov 2022 15:54:44 +0100 Subject: [PATCH] add documentation --- EDPlayerJournal/Mission.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EDPlayerJournal/Mission.cs b/EDPlayerJournal/Mission.cs index d8e466f..d8aa482 100644 --- a/EDPlayerJournal/Mission.cs +++ b/EDPlayerJournal/Mission.cs @@ -338,6 +338,10 @@ public class Mission : IComparable { return string.Join("", results); } + /// + /// A convenient Dictionary containing all influences given out by faction, + /// then by system address and then by influence handed out. + /// public Dictionary> Influences { get { return FactionEffects