14 lines
297 B
C#
14 lines
297 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class BattleMonsterWave
|
|
{
|
|
[ProtoMember(1)] public List<BattleMonster> MonsterList;
|
|
[ProtoMember(2)] public CGJPNDBMLAN Dgmlkpoolpe;
|
|
[ProtoMember(3)] public int Gccdpcdfbbb;
|
|
[ProtoMember(4)] public int Dihjjhhgkne;
|
|
}
|
|
|
|
}
|