Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct vec2s {
|
||||
[DNAFieldAttribute(0, "short", "x", 2)]
|
||||
public short x;
|
||||
[DNAFieldAttribute(1, "short", "y", 2)]
|
||||
public short y;
|
||||
public vec2s(short x, short y) {
|
||||
this.x = x;
|
||||
|
||||
Reference in New Issue
Block a user