Plasma.pnAuth2Cli_AcctPlayerInfo.Write C# (CSharp) Method

Write() public method

public Write ( Plasma.hsStream s ) : void
s Plasma.hsStream
return void
        public override void Write(hsStream s)
        {
            s.WriteUInt(fTransID);
            s.WriteUInt(fPlayerID);
            pnHelpers.WriteString(s, fPlayerName, 40);
            pnHelpers.WriteString(s, fModel, 64);
            s.WriteUInt(fExplorer);
        }
pnAuth2Cli_AcctPlayerInfo