Functions -c#

Hello
First of all, its nice to be here
Iam using rurilib
And i wanted to ask about functions
How to put them on my code ?
for example how do i put the function ClearCookies on my c#, or how do i put the function GetrandomUA

I searched through documentations but i really could not find anything
Can you please help me.
Thank you

Hey, so you’re not using OB2 but you’re just using RuriLib in your own project?
I do not recommend doing this, the library is meant to be used inside OB2. But if you want, you can create a BotData object (with all its configuration) and pass it to any block method. You can find the block methods inside static classes in the Blocks namespace, please skim through the code and find them. You can also type the name of the method that you want to call and VS should automatically import it for you if you use CTRL + . on the name of the method.