forked from Moux23333/FreeSR
14 lines
242 B
C#
14 lines
242 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class GetJukeboxDataScRsp
|
||
|
{
|
||
|
[ProtoMember(1)] public List<OBBPGLGMMBM> Mhlgocgfaio;
|
||
|
[ProtoMember(9)] public int Ficgdniimmb;
|
||
|
[ProtoMember(5)] public int Retcode;
|
||
|
}
|
||
|
|
||
|
}
|