Пример #1
0
 public int OnNotifySkillModelStartForceMoveTeleport(NotifySkillModelStartForceMoveTeleport pMsg)
 {
     EventCenter.Broadcast((Int32)GameEventEnum.UserEvent_NotifySkillModelStartForceMoveTeleport, pMsg);
     return((int)ErrorCodeEnum.Normal);
 }
Пример #2
0
 void onNotifySkillModelStartForceMoveTeleport(NotifySkillModelStartForceMoveTeleport pMsg)
 {
 }