Exemple #1
0
    // Retrieve pandemic .json file (In future expansions, allows for scenario swapping)
    Dictionary <string, Pandemic> initializePandemic()
    {
        jsonInput          pd           = new jsonInput();
        PandemicInfoReader PandemicInfo = new PandemicInfoReader();

        return(PandemicInfo.pandemicReader(pd.JsonInputPandemic()));
    }