mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-18 10:40:58 +00:00
Chat Feature
Chat with other players, no swearing!!!
This commit is contained in:
@@ -533,6 +533,12 @@ struct sP_FE2CL_REP_PC_GOTO_SUCC {
|
||||
int32_t iZ;
|
||||
};
|
||||
|
||||
struct sP_FE2CL_REP_SEND_FREECHAT_MESSAGE_SUCC {
|
||||
int32_t iPC_ID;
|
||||
char16_t szFreeChat[128];
|
||||
int32_t iEmoteCode;
|
||||
};
|
||||
|
||||
struct sP_FE2CL_REP_PC_AVATAR_EMOTES_CHAT {
|
||||
int32_t iID_From;
|
||||
int32_t iEmoteCode;
|
||||
|
||||
Reference in New Issue
Block a user