Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class NodeInputString {
|
||||
[DNAFieldAttribute(0, "char", "*string", 1)]
|
||||
public char ptr_string;
|
||||
public NodeInputString(char ptr_string) {
|
||||
this.ptr_string = ptr_string;
|
||||
|
||||
Reference in New Issue
Block a user