public LocalizationString(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { Unk1 = new CUInt64(cr2w, this, nameof(Unk1)); Value = new CString(cr2w, this, nameof(Value)); }
public NodeRef(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { Value = new CString(cr2w, this, nameof(Value)); }