Added Type stubbing
This commit is contained in:
@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
|
||||
public float weight;
|
||||
public float radius;
|
||||
public char ipo;
|
||||
public uchar h1;
|
||||
public uchar h2;
|
||||
public uchar f1;
|
||||
public uchar f2;
|
||||
public uchar f3;
|
||||
public byte h1;
|
||||
public byte h2;
|
||||
public byte f1;
|
||||
public byte f2;
|
||||
public byte f3;
|
||||
public char hide;
|
||||
public char easing;
|
||||
public float back;
|
||||
@@ -37,11 +37,11 @@ namespace BlendFile.DNA {
|
||||
float weight,
|
||||
float radius,
|
||||
char ipo,
|
||||
uchar h1,
|
||||
uchar h2,
|
||||
uchar f1,
|
||||
uchar f2,
|
||||
uchar f3,
|
||||
byte h1,
|
||||
byte h2,
|
||||
byte f1,
|
||||
byte f2,
|
||||
byte f3,
|
||||
char hide,
|
||||
char easing,
|
||||
float back,
|
||||
|
||||
Reference in New Issue
Block a user