-
Notifications
You must be signed in to change notification settings - Fork 0
Define hitgroup enum #27
Copy link
Copy link
Open
Labels
Description
Lib/entities/playerHurt.entity.ts
Lines 39 to 44 in 94056b5
| // TODO: Should be an enum but cba checking what values are possible right now :) | |
| @Column() | |
| hitGroup: number; | |
| @Column() | |
| source: HurtSources; |
This issue was generated by todo based on a TODO comment in 94056b5. It's been assigned to @niekcandaele because they committed the code.
Reactions are currently unavailable