Files
FreeSR/FreeSR.Proto/GetSceneMapInfoCsReq.cs
2024-01-27 21:06:07 +08:00

14 lines
237 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class GetSceneMapInfoCsReq
{
[ProtoMember(9)] public int EntryId;
[ProtoMember(2)] public bool Dbhfekhniih;
[ProtoMember(15)] public List<int> EntryIdList;
}
}