11 lines
274 B
C#
11 lines
274 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public class NodeInputString {
|
|
public char ptr_string;
|
|
public NodeInputString(char ptr_string) {
|
|
this.ptr_string = ptr_string;
|
|
}
|
|
}
|
|
}
|