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