(19:27:21) | Unable to load TrollTax. TrollTax.cs(360,105): error CS1525: Unexpected symbol `end-of-file', expecting `)', `,', `[', `]', or `='
The issue is actually line 375
The issue is actually line 375
panel);Closed the () on the line above then 378 had an error:
);Just got rid of these^
Then line 392 had an error: but the issue was actually a few lines below which was another
panel);
again I closed the brackets for that.
Which brought me to 402 having a compile error but it was actually on line 425
};removed the ;
Which brought me to 458 (it claims) but I don't see the issue. This is as far as I got it now claims:
(19:41:22) | Error while compiling: TrollTax.cs(458,53): error CS1525: Unexpected symbol `Coords'