mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 15:09:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef _INCLUDED_ASW_DRONE_NAVIGATOR_H
|
||||
#define _INCLUDED_ASW_DRONE_NAVIGATOR_H
|
||||
|
||||
#include "ai_navigator.h"
|
||||
|
||||
class CASW_Drone_Navigator : public CAI_Navigator
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CASW_Drone_Navigator, CAI_Navigator );
|
||||
|
||||
CASW_Drone_Navigator(CAI_BaseNPC *pOuter);
|
||||
virtual bool Move( float flInterval = 0.1 );
|
||||
virtual bool ShouldMove( bool bHasAGoal );
|
||||
//virtual ~CASW_Drone_Navigator();
|
||||
|
||||
bool MarkCurWaypointFailedLink( void );
|
||||
};
|
||||
|
||||
#endif // _INCLUDED_ASW_DRONE_NAVIGATOR_H
|
||||
Reference in New Issue
Block a user