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

QwcJudge() приватный Метод

private QwcJudge ( ParameterTable table, int index ) : System
table ParameterTable
index int
Результат System
            internal QwcJudge(ParameterTable table, int index)
                : base(table, index)
            {
                PcJudgeUnderWB = (Int16)(-200);
                PcJudgeTopWB = (Int16)200;
                PcJudgeUnderLR = (Int16)(-200);
                PcJudgeTopLR = (Int16)200;
                AreaJudgeUnderWB = (Int16)(-200);
                AreaJudgeTopWB = (Int16)200;
                AreaJudgeUnderLR = (Int16)(-200);
                AreaJudgeTopLR = (Int16)200;
            }

Same methods

TableRows.QwcJudge::QwcJudge ( ParameterTable table, int index, AssetLoader loader, int next ) : System
TableRows.QwcJudge