Files
FreeSR/FreeSR.Proto/HOPLOGEDGPK.cs
2024-01-27 21:06:07 +08:00

14 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;
}
}