regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(889, "SeqConnection")]
|
||||
public class SeqConnection {
|
||||
[DNAFieldAttribute(0, "SeqConnection", "*next", 24)]
|
||||
[DNAFieldAttribute(0, "SeqConnection", "*next", "SeqConnection", 24)]
|
||||
public SeqConnection ptr_next;
|
||||
[DNAFieldAttribute(1, "SeqConnection", "*prev", 24)]
|
||||
[DNAFieldAttribute(1, "SeqConnection", "*prev", "SeqConnection", 24)]
|
||||
public SeqConnection ptr_prev;
|
||||
[DNAFieldAttribute(2, "Sequence", "*seq_ref", 464)]
|
||||
[DNAFieldAttribute(2, "Sequence", "*seq_ref", "Sequence", 464)]
|
||||
public Sequence ptr_seq_ref;
|
||||
public SeqConnection() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user