fork from 1.3
This commit is contained in:
14
FreeSR.Proto/FightActivityGroup.cs
Normal file
14
FreeSR.Proto/FightActivityGroup.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class FightActivityGroup
|
||||
{
|
||||
[ProtoMember(8)] public List<int> TakenDifficultyLevelRewardList;
|
||||
[ProtoMember(13)] public int GroupId;
|
||||
[ProtoMember(15)] public int PassedMaxDifficultyLevel;
|
||||
[ProtoMember(7)] public int EndlessMaxWave;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user