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