ME3Explorer.TalkFile.TLKStringRef.TLKStringRef C# (CSharp) Method

TLKStringRef() public method

public TLKStringRef ( BinaryReader r ) : System
r System.IO.BinaryReader
return System
            public TLKStringRef(BinaryReader r)
                : this()
            {
                StringID = r.ReadInt32();
                BitOffset = r.ReadInt32();
            }
        }
TalkFile.TLKStringRef