Why does this not compile?
void TestFunction ()
{
Runtime.PauseRuntime();
}
Why does that not work? It says "a namespace does not directly contain members such as fields or methods" when i try to compile.
Syntax looks perfectly fine to me.
I'm obviously writing this to try and get any idea of how i will use the code to work with stuff in-game. PauseRuntime() looked like the perfect method to use in an attempt to try the click variant of "hello world" (though it's more of an app-pauser than a text blitter heh)
Edit: Ok i see i've misunderstood how this extension works. The Startup Object is the name of the instance hmmm...