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