Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct MRecast {
|
||||
[DNAFieldAttribute(0, "int", "i", 4)]
|
||||
public int i;
|
||||
public MRecast(int i) {
|
||||
this.i = i;
|
||||
|
||||
Reference in New Issue
Block a user