add a few comments to the code for explanation
This commit is contained in:
@@ -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)" },
|
||||
|
||||
Reference in New Issue
Block a user