示例#1
0
 private void Initialize()
 {
     OSD.OSD.SettingsFilePath = Path.Combine(CraftSynth.BuildingBlocks.UI.Console.ApplicationPhysicalPath, "OSD.ini");
     PopulateCommandsProviders();
     PopulateCommands();
     MergeCommands();
     SuggestionsCache.DropAllCache();
     SuggestionsCache.BuildAllCache();
 }