forked from Moux23333/FreeSR
12 lines
189 B
C#
12 lines
189 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class IHLDEOHIJDD
|
|
{
|
|
[ProtoMember(12)] public int Retcode;
|
|
[ProtoMember(4)] public HeroBasicType CurBasicType;
|
|
}
|
|
|
|
}
|