少年修仙传服务端代码子仓库
提交 | 用户 | age
3ffc63 1 // B9 11 请求加入队伍 #tagCGRequestJoinTeam
H 2
3 struct    tagCGRequestJoinTeam
4 {
5     tagHead        Head;
6     DWORD        TeamID;        // 目标队伍ID
7 };