20 lines
483 B
C#
20 lines
483 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class OENIJPPDDCP
|
||
|
{
|
||
|
[ProtoMember(1)] public int Bepmagjiopb;
|
||
|
[ProtoMember(2)] public List<int> Kefpjnnalnb;
|
||
|
[ProtoMember(3)] public int Source;
|
||
|
[ProtoMember(4)] public double Damage;
|
||
|
[ProtoMember(5)] public List<int> Gebmidabbop;
|
||
|
[ProtoMember(6)] public int Oiiciedpkgj;
|
||
|
[ProtoMember(7)] public double Dfiknknlnek;
|
||
|
[ProtoMember(8)] public int Cijgoacdafb;
|
||
|
[ProtoMember(9)] public int Wave;
|
||
|
}
|
||
|
|
||
|
}
|