Regenerated codefiles
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(682, "NodeInputString", 8)]
|
||||
public class NodeInputString {
|
||||
[DNAFieldAttribute(0, "char", "*string", "char", 8, true, 0)]
|
||||
public char ptr_string;
|
||||
[DNAFieldAttribute(8, "char", 0, "*string", "char", true, 0)]
|
||||
public char @string;
|
||||
public NodeInputString() {
|
||||
this.ptr_string = default;
|
||||
this.@string = default;
|
||||
}
|
||||
public NodeInputString(char ptr_string) {
|
||||
this.ptr_string = ptr_string;
|
||||
public NodeInputString(char @string) {
|
||||
this.@string = @string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user