Private functions on annotations.
Closed this issue · 1 comments
Noxville commented
Putting an @OnEntityEntered or @OnEntityLeft annotation on a private function should do some non-zero number of these things:
- raise a warning that a private function is annotated
- throw a compilation error
- still invoke the private function (ignore the private field)
Noxville commented
(wrong project - my bad)