Get desktop application:
View/edit binary Protocol Buffers messages
Player broadcast data 玩家广播数据
1 - World chat, 2 - Player position, 3 - Action, 4 - Update of coordinates after movement 1-世界聊天 2-玩家位置 3 动作 4 移动之后坐标信息更新
Chat message(聊天的信息)
Player's position for broadcasting(广播用户的位置)
message为关键字,作用为定义一种消息类型
姓名
年龄
电子邮件(repeated表示字段允许重复)
手机号
message为关键字,作用为定义一种消息类型可以被另外的消息类型嵌套使用
Used in:
enum为关键字,作用为定义一种枚举类型
Used in:
Player information
Used in:
Player position
Used in:
,Synchronize client player ID 同步客户端玩家ID
Synchronize player display data 同步玩家显示数据
Player chat data 玩家聊天数据
聊天内容