Ejemplo n.º 1
0
 void OnClickLeaveLegion()
 {
     if (LegionEvent.SendLeaveLegion != null)
     {
         LegionEvent.SendLeaveLegion();
     }
 }