13 lines
228 B
C#
13 lines
228 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class HOPLOGEDGPK
|
|
{
|
|
[ProtoMember(8)] public int Retcode;
|
|
[ProtoMember(10)] public SceneBattleInfo BattleInfo;
|
|
[ProtoMember(2)] public int StageId;
|
|
}
|
|
|
|
}
|