Files
FreeSR/FreeSR.Proto/LJOAGHNKIEI.cs
2024-01-27 21:06:07 +08:00

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;
}
}