
This makes it clearer that the part inside and outside the parentheses are clearly different, and not "just" a reference to `Player.Events`. Specifically this syntax is showing that the function has a `Player` "receiver", **and** is a function from `Player.Events` to `Unit`. https://kotlinlang.org/docs/lambdas.html#function-types PiperOrigin-RevId: 663293405