add a few comments to the code for explanation

This commit is contained in:
2021-07-09 11:39:09 +02:00
parent 0346b8e7e7
commit fca1e607ec
2 changed files with 17 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ namespace NonaBGS.Journal {
private int count = 0;
private int donated = 0;
private readonly Dictionary<string, string> humanreadable = new Dictionary<string, string> {
/* TODO: make this a file at some point for easier editing.
*/
private static readonly Dictionary<string, string> humanreadable = new Dictionary<string, string> {
{ "Mission_AltruismCredits_name", "Donate Credits" },
{ "Mission_Collect_name", "Collect" },
{ "Mission_Courier_Elections_name", "Courier (Elections)" },