C# Класс Alexandria.Engines.DarkSouls.TableRows.ProtectorReinforcement

Armor upgrade.
Defined as "REINFORCE_PARAM_PROTECTOR_ST" in Dark Souls in the file "ReinforceParamProtector.paramdef" (id 11h).
Наследование: ParameterTableRow
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
PhysicsDefRateProperty System.Reflection.PropertyInfo

Private Properties

Свойство Тип Описание
ProtectorReinforcement System
ProtectorReinforcement System

Открытые методы

Метод Описание
Write ( BinaryWriter writer ) : void

Write the ProtectorReinforcement row.

Приватные методы

Метод Описание
ProtectorReinforcement ( ParameterTable table, int index ) : System
ProtectorReinforcement ( ParameterTable table, int index, AssetLoader loader, int next ) : System

Описание методов

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

Write the ProtectorReinforcement row.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Результат void

Описание свойств

PhysicsDefRateProperty публичное статическое свойство

A property in the class.
public static PropertyInfo,System.Reflection PhysicsDefRateProperty
Результат System.Reflection.PropertyInfo