Regenerated codefiles
This commit is contained in:
@@ -14,10 +14,10 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(475, "MDefCell", 8)]
|
||||
public struct MDefCell {
|
||||
[DNAFieldAttribute(0, "int", "offset", "int", 4, false, 0)]
|
||||
public class MDefCell {
|
||||
[DNAFieldAttribute(4, "int", 0, "offset", "int", false, 0)]
|
||||
public int offset;
|
||||
[DNAFieldAttribute(1, "int", "totinfluence", "int", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "int", 1, "totinfluence", "int", false, 4)]
|
||||
public int totinfluence;
|
||||
public MDefCell() {
|
||||
this.offset = default;
|
||||
|
||||
Reference in New Issue
Block a user