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

13 lines
189 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class IEELBNEGGHE
{
[ProtoMember(15)] public AvatarType AvatarType;
[ProtoMember(14)] public int Bepmagjiopb;
}
}