So I have this code:
private void update();
{
}
In visual studio, it shows up like this:
The errors are:
Type or namespace definition, or end-of-file expected Invalid token '{' in class, struct, or interface member declaration
Why does it do this? It's not in another void or anything.