public void Awake()
 {
     LoadTranslation();
     ImageManager.LoadImages(Path.Combine(Paths.PluginPath, PLUGIN_DIR, "Images"));
 }