mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-29 08:05:46 +03:00
18 lines
526 B
C++
18 lines
526 B
C++
#include "precompiled.h"
|
|
|
|
/* <5587b3> ../cstrike/dlls/bot/states/cs_bot_fetch_bomb.cpp:17 */
|
|
NOBODY void FetchBombState::OnEnter(CCSBot *me)
|
|
{
|
|
// DestroyPath(CCSBot *const this); // 19
|
|
}
|
|
|
|
/* <5587fa> ../cstrike/dlls/bot/states/cs_bot_fetch_bomb.cpp:26 */
|
|
NOBODY void FetchBombState::OnUpdate(CCSBot *me)
|
|
{
|
|
// {
|
|
// class CCSBotManager *ctrl; // 28
|
|
// class CBaseEntity *bomb; // 30
|
|
// GetLooseBomb(CCSBotManager *const this); // 30
|
|
// }
|
|
}
|