Made protected the BT factory object so the inherted class can access it.
Removed the abstract init function. All the initialization should be done in the constructor of the inherited class.
Loading
Please register or sign in to comment
Removed the abstract init function. All the initialization should be done in the constructor of the inherited class.