forked from Moux23333/FreeSR
14 lines
239 B
C#
14 lines
239 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class SceneCastSkillScRsp
|
||
|
{
|
||
|
[ProtoMember(9)] public int Retcode;
|
||
|
[ProtoMember(6)] public int Mpeofcafinh;
|
||
|
[ProtoMember(4)] public SceneBattleInfo BattleInfo;
|
||
|
}
|
||
|
|
||
|
}
|