-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added hitgroup to CTakeDamageInfo #665
Conversation
schwarper
commented
Nov 9, 2024
•
edited
Loading
edited
The changed file is a generated file so you'll need to make a new file with a partial class to extend the generated code |
managed/CounterStrikeSharp.API/Core/Schema/Classes/CTakeDamageInfo.g.cs
Outdated
Show resolved
Hide resolved
this also could be a property instead? (by name) or could be renamed* 'GetHitGroup'? |
I guess GetHitGroup is better than HitGroup. |
indeed, but 'HitGroyp' also stands good if its a property, not a method |