Mirror
Mirror copied to clipboard
IntereestManagement.Awake() should this be protected instead of internal?
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.