mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: event naming style in DalamudPluginInterface.cs (closes #458)
This commit is contained in:
parent
84f516b11e
commit
b1a596a598
4 changed files with 14 additions and 14 deletions
|
|
@ -13,7 +13,7 @@ namespace Dalamud.Test
|
|||
{
|
||||
var workingDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
|
||||
this.localization = new Localization(workingDir, "dalamud_");
|
||||
this.localization.OnLocalizationChanged += code => this.currentLangCode = code;
|
||||
this.localization.LocalizationChanged += code => this.currentLangCode = code;
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue