11 lines
147 B
C#
11 lines
147 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class AOHFKGACNLB
|
|
{
|
|
[ProtoMember(14)] public List<Avatar> AvatarList;
|
|
}
|
|
|
|
}
|