public void PushUnitData2List(FT_UnitData data)
 {
     RakNetPINVOKE.FT_UnitDataList_PushUnitData2List(swigCPtr, FT_UnitData.getCPtr(data));
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }