testing code files for fixes for LYN-3777

This commit is contained in:
chcurran
2021-06-09 14:52:55 -07:00
parent 8ab2752f42
commit c4ab5fff9a
2 changed files with 6 additions and 0 deletions
@@ -53,6 +53,7 @@ namespace ScriptCanvasTestingNodes
->Method("SetString", &BehaviorContextObjectTest::SetString)
->Method("GetString", &BehaviorContextObjectTest::GetString)
->Property("Name", BehaviorValueProperty(&BehaviorContextObjectTest::m_name))
->Constant("Always24", BehaviorConstant(24))
;
}
}