Add: CarryItem function

This commit is contained in:
jadis0x
2022-10-02 18:24:41 +03:00
committed by GitHub
parent 661c3a2da0
commit 3c73e40ba9

View File

@@ -12,4 +12,5 @@ namespace Misc {
void SetSteamName(std::string name);
void SetServerName(std::string name);
void PlayRandomSound();
void CarryItem(const char* itemName);
}