AoMBrgEditor.PssgAttributeInfo.PssgAttributeInfo C# (CSharp) Method

PssgAttributeInfo() public method

public PssgAttributeInfo ( PssgBinaryReader reader ) : System
reader PssgBinaryReader
return System
        public PssgAttributeInfo(PssgBinaryReader reader)
        {
            id = reader.ReadInt32();
            name = reader.ReadPSSGString();
        }

Same methods

PssgAttributeInfo::PssgAttributeInfo ( int id, string name ) : System
PssgAttributeInfo