syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "ChatInfo.proto"; message PrivateChatNotify { ChatInfo chat_info = 3; }