fork from 1.3
This commit is contained in:
16
FreeSR.Proto/GetHeroBasicTypeInfoScRsp.cs
Normal file
16
FreeSR.Proto/GetHeroBasicTypeInfoScRsp.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class GetHeroBasicTypeInfoScRsp
|
||||
{
|
||||
[ProtoMember(6)] public bool IsPlayerInfoModified;
|
||||
[ProtoMember(7)] public int Retcode;
|
||||
[ProtoMember(12)] public Gender Gender;
|
||||
[ProtoMember(3)] public List<HeroBasicTypeInfo> BasicTypeInfoList;
|
||||
[ProtoMember(5)] public HeroBasicType CurBasicType;
|
||||
[ProtoMember(8)] public bool IsGenderModified;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user