コード例 #1
0
ファイル: LanguageCommand.cs プロジェクト: Rainboi64/Fluint
 private string Fetch(string key)
 {
     return(_localizationManager.Fetch(key));
 }