forked from Moux23333/FreeSR
15 lines
266 B
C#
15 lines
266 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class LJOAGHNKIEI
|
||
|
{
|
||
|
[ProtoMember(11)] public SceneInfo Scene;
|
||
|
[ProtoMember(8)] public int Hfngpdhigpf;
|
||
|
[ProtoMember(7)] public LineupInfo Lineup;
|
||
|
[ProtoMember(3)] public int Retcode;
|
||
|
}
|
||
|
|
||
|
}
|