公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
3553 绑玉转盘封包
xdh
2018-09-27
7980fdbd8406fa3686cedcc39988519b3ee50941
[SnxxPyNetPack]
/
ServerPack
/
MapServerPack
/
HB2_ActionMap
/
tagMCPushNotificationsSetting.h
提交
|
用户
|
age
ed7b73
1
//B2 02 推送提醒设置通知 #tagMCPushNotificationsSetting
H
2
3
struct tagMCPushNotificationsSetting
4
{
5
tagHead Head;
6
DWORD OnoffBit; // 按位约定开关
7
BYTE TimeLen;
8
char TimeStr[TimeLen]; // 时间字符串 01:02-05:00
9
};
10