Mirror icon indicating copy to clipboard operation
Mirror copied to clipboard

IntereestManagement.Awake() should this be protected instead of internal?

Open adamgryu opened this issue 3 years ago • 0 comments

I couldn't figure out why my custom interest management solution wasn't working. It was because I had added an Awake() method to my subclass, and because of that NetworkServer.aoi was never set. If it is protected, at least C# would give me a warning that I'm hiding an internal method.

adamgryu avatar Sep 13 '22 20:09 adamgryu