fix-missing-return-dynamic

This commit is contained in:
knowledgenude 2020-11-18 14:07:23 -03:00 committed by GitHub
parent 17b4cb2028
commit 97bbf0b9d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,5 +46,6 @@ class GetRigidBodyDataNode extends LogicNode {
} }
#end #end
return null;
} }
} }