Files
csgo2_tiny_server_plugin_sy…/csgo2/native_sdk/entity/cbaseentity.cpp
2023-10-02 05:03:37 +08:00

5 lines
114 B
C++

#include "cbaseentity.h"
bool CBaseEntity::IsBasePlayerController() {
return CALL_VIRTUAL(bool, 144, this);
}