mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
15 lines
276 B
C#
15 lines
276 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class CPCOLCPPCED
|
|
{
|
|
[ProtoMember(5)] public int Oonklicoeai;
|
|
[ProtoMember(14)] public bool Paocdgiokjo;
|
|
[ProtoMember(13)] public List<int> Lghpkcncocn;
|
|
[ProtoMember(4)] public int Lpicbemjajk;
|
|
}
|
|
|
|
}
|