Alexandria.Engines.DarkSouls.TableRows.ShopLineup.ShopLineup C# (CSharp) Method

ShopLineup() private method

private ShopLineup ( ParameterTable table, int index ) : System
table ParameterTable
index int
return System
            internal ShopLineup(ParameterTable table, int index)
                : base(table, index)
            {
                EquipId = (Int32)0;
                Value = (Int32)(-1);
                MtrlId = (Int32)(-1);
                EventFlag = (Int32)(-1);
                QwcId = (Int32)(-1);
                SellQuantity = (Int16)(-1);
                ShopType = (StoreInventoryType)0;
                EquipType = (StoreInventoryEquipmentType)0;
                Pad_0 = new Byte[8];
            }

Same methods

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