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