13 lines
181 B
C#
13 lines
181 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class EnterSceneCsReq
|
||
|
{
|
||
|
[ProtoMember(9)] public int Einmaclkkhb;
|
||
|
[ProtoMember(4)] public int EntryId;
|
||
|
}
|
||
|
|
||
|
}
|