Alexandria.Engines.DarkSouls.TableRows.Protector.GetLocalisedDescription C# (CSharp) Метод

GetLocalisedDescription() публичный Метод

Get the localised description of the Protector.
public GetLocalisedDescription ( Language language = Language.English ) : string
language Language
Результат string
            public string GetLocalisedDescription(Language language = Language.English)
            {
                return GetLocalisedString(Engine.ItemArchiveId.ProtectorDescriptions, language);
            }