Exemple #1
0
 protected virtual void OnBodyLeaveWorld(CBodyLeaveWorldEventArgs pEventArgs)
 {
     if (m_BodyLeaveWorld != null)
     {
         m_BodyLeaveWorld(this, pEventArgs);
     }
 }
Exemple #2
0
 protected virtual void OnBodyLeaveWorld(CBodyLeaveWorldEventArgs pEventArgs)
 {
     if (m_BodyLeaveWorld != null)
     {
         m_BodyLeaveWorld(this, pEventArgs);
     }
 }