24.08.2012, 22:54
Hey there!
I have a question for you guys.
I saw this in a count down tutorial:
It says that it creates a variable in which you can store a value.
Why couldn't I just use:
?
I have a question for you guys.
I saw this in a count down tutorial:
Код:
static amount;
Why couldn't I just use:
Код:
new ammount;