示例#1
0
 private ConfigMap()
 {
     this.SoloCaptionMap     = GameCommon.ReadCaptionFromFile("SoloPlot");
     this.GuideCaptionMap    = GameCommon.ReadCaptionFromFile("GuidePlot");
     this.ForestCaptionMap   = GameCommon.ReadCaptionFromFile("ForestPlot");
     this.CaveCaptionMap     = GameCommon.ReadCaptionFromFile("CavePlot");
     this.TownCaptionMap     = GameCommon.ReadCaptionFromFile("TownPlot");
     this.AlleyCaptionMap    = GameCommon.ReadCaptionFromFile("AlleyPlot");
     this.LabCaptionMap      = GameCommon.ReadCaptionFromFile("LabPlot");
     this.InfinityCaptionMap = GameCommon.ReadCaptionFromFile("InfinityPlot");
     this.SpecialCaptionMap  = GameCommon.ReadCaptionFromFile("Special");
 }