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