公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
10192 【越南】【主干】【港台】【砍树】上线增加膜拜主动推送(增加膜拜功能,目前支持跨服排位赛名次及服务器冠名膜拜;增加GameServer玩家记...
hxp
2024-07-02
0080370d308a46ff7f3c6ce7b61ec0cea70a292d
[SnxxPyNetPack.git]
/
ServerPack
/
GameServerPack
/
HA0_Sys
/
ServerDateTime.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//A0 04 ͬ²½¿Í»§¶Ëʱ¼ä #tagServerDateTime
struct tagServerDateTime
{
tagHead Head;
WORD Year;
BYTE Month;
BYTE Day;
BYTE Hour;
BYTE Minute;
BYTE Second;
DWORD MicSecond;
char CrossServerTime[19];
};