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