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