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