Ejemplo n.º 1
0
        public void TogglePartyFightRestriction(bool toggle)
        {
            RestrictFightToParty = toggle;

            PartyHandler.SendPartyRestrictedMessage(Clients, this);
        }