12 lines
204 B
C#
12 lines
204 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class PunkLordBattleReplay
|
|
{
|
|
[ProtoMember(1)] public string BattleReplayKey;
|
|
[ProtoMember(2)] public KIBOFBCJCCI ReplayInfo;
|
|
}
|
|
|
|
}
|