Auto gen updates fixing property declarations.

This commit is contained in:
chcurran
2021-05-03 09:37:23 -07:00
parent 2fc130d4ab
commit 071a642804
6 changed files with 48 additions and 20 deletions
@@ -48,5 +48,11 @@ namespace ScriptCanvasTesting
{
SCRIPTCANVAS_NODE(InputTypeExample);
};
class PropertyExample
: public ScriptCanvas::Nodeable
{
SCRIPTCANVAS_NODE(PropertyExample);
};
}
}