1
This commit is contained in:
parent
71fb01e4dd
commit
1bf81776d1
@ -11,3 +11,8 @@ AndroidAgent::~AndroidAgent()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
behaviac::EBTStatus AndroidAgent::DoIdle(int time)
|
||||
{
|
||||
return behaviac::BT_RUNNING;
|
||||
}
|
||||
|
@ -11,6 +11,10 @@ public:
|
||||
virtual ~AndroidAgent();
|
||||
|
||||
BEHAVIAC_DECLARE_AGENTTYPE(AndroidAgent, behaviac::Agent)
|
||||
|
||||
public:
|
||||
behaviac::EBTStatus DoIdle(int time);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user