OpenNos.GameObject.Character.DeleteBlacklisted C# (CSharp) Method

DeleteBlacklisted() public method

public DeleteBlacklisted ( long characterId ) : void
characterId long
return void
        public void DeleteBlacklisted(long characterId)
        {
            DAOFactory.CharacterRelationDAO.Delete(CharacterId, characterId);
        }
Character