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

15 lines
284 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class CHPNMFBCGPL
{
//[ProtoMember(4)] public HealthBarInfo CurHealth;
[ProtoMember(4)] public int Id;
[ProtoMember(12)] public int Hp;
[ProtoMember(9)] public AvatarType AvatarType;
}
}