Dave Roman
Dave Roman
This PR adds this feature of open.mp: https://www.open.mp/docs/scripting/functions/HideGameTextForPlayer
This PR adds this feature of open.mp: https://www.open.mp/docs/scripting/functions/HideGameTextForAll
**Describe the bug** [Microsoft.DocAsCode.App](https://www.nuget.org/packages/Microsoft.DocAsCode.App) ignores the documentation when the `cref` attribute is used. **To Reproduce** Create an example class with XML documentation using the `cref` attribute: ```cs namespace src; public...