❔ Need help finding out what the error is in this script (I'm new so sorry if its an obvious fix)
3 Replies
Try to pick apart the error and see if you can spot what's wrong - I'll help you.
The error is
path/to/your/class.cs(46,6) error CS1513 } expected
So evidently there's a }
missing at column 6 on line 46ty
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.