This repository has been archived on 2024-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
FreeSR/FreeSR.Proto/OHMOEANCJPC.cs
2024-01-27 21:06:07 +08:00

18 lines
460 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class OHMOEANCJPC
{
[ProtoMember(1902)] public List<ACJFOAHHHFN> BuffList;
[ProtoMember(9)] public bool Jfmdipokdie;
[ProtoMember(13)] public int Dfffenfgffn;
[ProtoMember(6)] public bool Lmgibmoaido;
[ProtoMember(15)] public int Alekfdlgfnn;
[ProtoMember(4)] public bool Dhpbkmdckci;
[ProtoMember(1)] public int Lfoijbpecfl;
[ProtoMember(14)] public bool Ldmaedajpem;
}
}