示例#1
0
 public virtual void OnMsg(CPtcM2CNtf_EndCastSkill msg)
 {
 }
示例#2
0
 public override void OnMsg(CPtcM2CNtf_EndCastSkill msg)
 {
     this.BeginShow(base.StartTime, base.LastAnimEndTime);
 }
示例#3
0
 public void OnMsg(CPtcM2CNtf_EndCastSkill msg)
 {
     this.GetCurrentShow().OnMsg(msg);
 }