12 lines
189 B
C#
12 lines
189 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class OJFPEBENJIJ
|
|
{
|
|
[ProtoMember(9)] public int Retcode;
|
|
[ProtoMember(11)] public SceneBattleInfo BattleInfo;
|
|
}
|
|
|
|
}
|