public SAppearanceAttachment(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { Data = new CBufferVLQInt32 <IReferencable>(cr2w, this, nameof(Data)) { IsSerialized = true }; }
public CPhysicalCollision(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { Unk1 = new CUInt32(cr2w, this, nameof(Unk1)) { IsSerialized = true }; Data = new CBytes(cr2w, this, nameof(Data)) { IsSerialized = true }; Collisiontypes = new CBufferVLQInt32 <CName>(cr2w, this, nameof(Collisiontypes)) { IsSerialized = true }; }
public TagList(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { tags = new CBufferVLQInt32 <CName>(cr2w, this, nameof(tags)); }