Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class Link {
|
||||
[DNAFieldAttribute(0, "Link", "*next", 16)]
|
||||
public Link ptr_next;
|
||||
[DNAFieldAttribute(1, "Link", "*prev", 16)]
|
||||
public Link ptr_prev;
|
||||
public Link(Link ptr_next, Link ptr_prev) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user