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

16 lines
305 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class JAAGOBKIDEL
{
[ProtoMember(4)] public int BaseAvatarId;
[ProtoMember(2)] public int PlaneId;
[ProtoMember(10)] public bool IsVirtual;
[ProtoMember(13)] public int Retcode;
[ProtoMember(9)] public bool Ickfpdhndhb;
}
}