添加项目文件。
This commit is contained in:
6
csgo2/player.cpp
Normal file
6
csgo2/player.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "player.h"
|
||||
|
||||
auto CBasePlayer::ForceRespawn() -> void
|
||||
{
|
||||
return CALL_VIRTUAL(void, 26, this);
|
||||
}
|
||||
Reference in New Issue
Block a user