Beispiel #1
0
 // version without cmd because we need to call it from the server too
 public void Dismiss()
 {
     // try to dismiss. party system will do all the validation.
     PartySystem.DismissParty(party.partyId, name);
 }