Unable to Implement OnPlayerPropertiesUpdate

Whenever I try to implement OnPlayerPropertiesUpdate I get the error, "no suitable method to override". My class is inheriting from MonoBehaviorPunCallbacks. It worked fine up until I imported another backend package. Is there anyway to fix this?

Comments