2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-01-24 20:47:54 +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? * Description: Can this player take damage from this attacker?
* Return type: float * Return type: BOOL
* Params: (const index, const attacker) * Params: (const index, const attacker)
*/ */
RG_CSGameRules_FPlayerCanTakeDamage, RG_CSGameRules_FPlayerCanTakeDamage,