11 lines
134 B
C#
11 lines
134 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class JIHCCANJHNK
|
|
{
|
|
[ProtoMember(6)] public int StageId;
|
|
}
|
|
|
|
}
|