12 lines
147 B
C#
12 lines
147 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class UnlockTutorialGuideCsReq
|
||
|
{
|
||
|
[ProtoMember(9)] public int GroupId;
|
||
|
}
|
||
|
|
||
|
}
|