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