2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 15:27:06 +03:00

[skip ci] fix typo

This commit is contained in:
s1lentq 2024-09-21 20:03:33 +07:00
parent a76c872953
commit 627acf75c9

View File

@ -1094,7 +1094,7 @@ enum GamedllFunc_CSGameRules
/*
* Description: Can this player take damage from this attacker?
* Return type: float
* Return type: BOOL
* Params: (const index, const attacker)
*/
RG_CSGameRules_FPlayerCanTakeDamage,