fork from 1.3
This commit is contained in:
14
FreeSR.Proto/CHPNMFBCGPL.cs
Normal file
14
FreeSR.Proto/CHPNMFBCGPL.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user