AoMBrgEditor.PssgAttributeInfo.PssgAttributeInfo C# (CSharp) 메소드

PssgAttributeInfo() 공개 메소드

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

Same methods

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