Question by
BLEUM · Jun 26, 2017 at 10:18 AM ·
error message
Unexpected symbol `rb', expecting `;', `{', `=>', or `where'
what does this mean and what do i have to do?
[1]: /storage/temp/96611-qwer.png
qwer.png
(23.2 kB)
Comment
Best Answer
Answer by NoseKills · Jun 26, 2017 at 03:18 PM
A method declaration needs curly brackets to define the code block that is the contents of the method.
void Start() {
rb = ...
}