virtual bool init() {
_curPos = 0;
_step = 1;
changeState(stSTOP);
this->scheduleUpdate();
return true;
}
khi nào sử dụng init các bạn nhỉ
sao lại kết hợp bool init()
thank mọi người