mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
16 lines
309 B
C#
16 lines
309 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class DJIFGKMJFBO
|
|
{
|
|
[ProtoMember(2)] public int AvatarType;
|
|
[ProtoMember(8)] public int Bepmagjiopb;
|
|
[ProtoMember(1)] public int Bngmjammdfk;
|
|
[ProtoMember(6)] public HealthBarInfo CurHealth;
|
|
[ProtoMember(10)] public int Sp;
|
|
}
|
|
|
|
}
|