Alexandria.Engines.DarkSouls.TableRows.GameArea.Write C# (CSharp) Method

Write() public method

Write the row to the writer.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void
            public override void Write(BinaryWriter writer)
            {
                writer.Write(BonusSoul_single);
                writer.Write(BonusSoul_multi);
                writer.Write(HumanityPointCountFlagIdTop);
                writer.Write(HumanityDropPoint1);
                writer.Write(HumanityDropPoint2);
                writer.Write(HumanityDropPoint3);
                writer.Write(HumanityDropPoint4);
                writer.Write(HumanityDropPoint5);
                writer.Write(HumanityDropPoint6);
                writer.Write(HumanityDropPoint7);
                writer.Write(HumanityDropPoint8);
                writer.Write(HumanityDropPoint9);
                writer.Write(HumanityDropPoint10);
            }
TableRows.GameArea