mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
16 lines
316 B
C#
16 lines
316 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class ACNAFDDOMOG
|
|
{
|
|
[ProtoMember(1)] public bool Hgjpcbddcma;
|
|
[ProtoMember(2)] public int Kfjkgomionh;
|
|
[ProtoMember(3)] public bool Okeokgaicel;
|
|
[ProtoMember(4)] public string Bamfbgadfik;
|
|
[ProtoMember(5)] public bool Peohgknpoji;
|
|
}
|
|
|
|
}
|