16 lines
305 B
C#
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;
|
||
|
}
|
||
|
|
||
|
}
|