issue-4: expose biolog submit network helper

This commit is contained in:
server
2026-04-16 17:26:51 +02:00
parent 8a09d2c76a
commit 1eda856283
3 changed files with 15 additions and 1 deletions

View File

@@ -317,6 +317,7 @@ class CPythonNetworkStream : public CNetworkStream, public CSingleton<CPythonNet
// Main Game Phase
bool SendC2CPacket(DWORD dwSize, void * pData);
bool SendChatPacket(const char * c_szChat, BYTE byType = CHAT_TYPE_TALKING);
bool SendBiologSubmit();
bool SendWhisperPacket(const char * name, const char * c_szChat);
bool SendMessengerAddByVIDPacket(DWORD vid);
bool SendMessengerAddByNamePacket(const char * c_szName);