Пример #1
0
 protected virtual void OnAddBuoyancyForce(CBuoyancyPlaneEventArgs pEventArgs)
 {
     if (m_GetBuoyancyPlane != null)
     {
         m_GetBuoyancyPlane(this, pEventArgs);
     }
 }
Пример #2
0
 protected virtual void OnAddBuoyancyForce(CBuoyancyPlaneEventArgs pEventArgs)
 {
     if (m_GetBuoyancyPlane != null)
     {
         m_GetBuoyancyPlane(this, pEventArgs);
     }
 }