It's been a long while since I have done anything with C# and I decided I wanted to give it a go again. Basically I want to create a class add some variables to it that I can reference outside of the class.
class classname (variablename)
{
function
}
classname (varaiblename = value)
I understand this is probably very much incorrect but that is the gist of wha tI would like to do.
Thank you very much for your time.