16 lines
348 B
C#
16 lines
348 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class SceneMonsterWave
|
||
|
{
|
||
|
[ProtoMember(10)] public int Gccdpcdfbbb;
|
||
|
[ProtoMember(13)] public OMFIMOKKGNJ Dgmlkpoolpe;
|
||
|
[ProtoMember(8)] public int Dihjjhhgkne;
|
||
|
[ProtoMember(1)] public List<ItemList> DropList;
|
||
|
[ProtoMember(9)] public List<SceneMonster> MonsterList;
|
||
|
}
|
||
|
|
||
|
}
|