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