Hi there,
When I compile, I get an Error witch I can’t figure out how to solve. I do not find the problem in my code, although I even checked the Git resources. (I surely oversaw something but I do not find it)
Did someone got this error to?
RotateTurret
needs to be under protected.
-
public
- Anyone can access -
protected
- Only the class and derived classes can access -
private
- Only the class itself can access.
1 Like
Jesus Christ! Been searching for hours trying to figure out where the error is!
This happens when I work late in the night.
Thanks for your help and sorry for bothering with this plain question with I could solve myself if I would be more careful.
Thanks one more time!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.