regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(67, "ActionSlot")]
|
||||
[DNAClassAttribute(67, "ActionSlot", 88)]
|
||||
public class ActionSlot {
|
||||
[DNAFieldAttribute(0, "char", "name[66]", "System.Char[]", 66, false)]
|
||||
public char[] name = new System.Char[66];
|
||||
@@ -27,7 +27,7 @@ namespace BlendFile.DNA {
|
||||
public sbyte slot_flags;
|
||||
[DNAFieldAttribute(5, "uchar", "_pad1[3]", "System.Byte[]", 3, false)]
|
||||
public byte[] _pad1 = new System.Byte[3];
|
||||
[DNAFieldAttribute(6, "ActionSlotRuntimeHandle", "*runtime", "ActionSlotRuntimeHandle", 4, true)]
|
||||
[DNAFieldAttribute(6, "ActionSlotRuntimeHandle", "*runtime", "ActionSlotRuntimeHandle", 8, true)]
|
||||
public ActionSlotRuntimeHandle ptr_runtime;
|
||||
public ActionSlot() {
|
||||
this.name = default;
|
||||
|
||||
Reference in New Issue
Block a user