cocos:有限狀態機

第一種方式: StatusBase.hthis #pragma once #ifndef ___STATUS_BASE_H_ #define ___STATUS_BASE_H_ class PlayerObj; class StateBase { public: virtual void execute(PlayerObj* machine) = 0; }; #endif StatusRest
相關文章
相關標籤/搜索