ServerPack/HA0_Sys/GameRecInfo.h
File was renamed from ServerPack/HA0_Sys/PlayerRecInfo.h
@@ -1,6 +1,6 @@
// A0 08 玩家记录信息 #tagGCPlayerRecInfo
// A0 09 通用记录信息 #tagSCGameRecInfo
struct    tagGCPlayerRec
struct    tagSCGameRec
{
   DWORD   Time;   //时间
   DWORD    Value1;   //ֵ1
@@ -15,10 +15,11 @@
   char   UserData[UserDataLen];   //扩展数据
};
struct    tagGCPlayerRecInfo
struct    tagSCGameRecInfo
{
   tagHead      Head;
   BYTE      Type;      //类型
   WORD       RecType;      //记录类型
   DWORD       RecID;      //自定义记录ID
   WORD      Count;      //数量
   tagGCPlayerRec      PlayerRecList[Count];
   tagSCGameRec      RecList[Count];
};