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

14 lines
221 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class JDDKFGNMICE
{
[ProtoMember(1)] public int PropEntityId;
[ProtoMember(3)] public int Jfnmfialcgd;
[ProtoMember(2)] public int Retcode;
}
}