Regenerated all the files
This commit is contained in:
@@ -11,10 +11,14 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class AssetCatalogPathLink {
|
||||
[DNAFieldAttribute(0, "AssetCatalogPathLink", "*next", 24)]
|
||||
public AssetCatalogPathLink ptr_next;
|
||||
[DNAFieldAttribute(1, "AssetCatalogPathLink", "*prev", 24)]
|
||||
public AssetCatalogPathLink ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "*path", 1)]
|
||||
public char ptr_path;
|
||||
public AssetCatalogPathLink(AssetCatalogPathLink ptr_next, AssetCatalogPathLink ptr_prev, char ptr_path) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user