Regenerated all the files
This commit is contained in:
@@ -11,11 +11,16 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct ID_Runtime_Remap {
|
||||
[DNAFieldAttribute(0, "int", "status", 4)]
|
||||
public int status;
|
||||
[DNAFieldAttribute(1, "int", "skipped_refcounted", 4)]
|
||||
public int skipped_refcounted;
|
||||
[DNAFieldAttribute(2, "int", "skipped_direct", 4)]
|
||||
public int skipped_direct;
|
||||
[DNAFieldAttribute(3, "int", "skipped_indirect", 4)]
|
||||
public int skipped_indirect;
|
||||
public ID_Runtime_Remap(int status, int skipped_refcounted, int skipped_direct, int skipped_indirect) {
|
||||
this.status = status;
|
||||
|
||||
Reference in New Issue
Block a user