mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
added missing function
This commit is contained in:
@@ -11,6 +11,7 @@ namespace vb01{
|
||||
Attachable(std::string fullName){this->fullName = fullName;}
|
||||
Attachable(){}
|
||||
virtual void onAttached(Node *node){this->node = node;}
|
||||
Node* getNode(){return node;}
|
||||
std::string getAttachableName(){return fullName;}
|
||||
protected:
|
||||
std::string fullName = "";
|
||||
|
||||
Reference in New Issue
Block a user