chore: dump iw5 weapon notetrack overrides

This commit is contained in:
Jan
2024-04-07 20:17:23 +02:00
parent 7b23461e2a
commit cca67ebafa
4 changed files with 42 additions and 3 deletions

View File

@ -3971,7 +3971,8 @@ namespace IW5
struct NoteTrackToSoundEntry
{
int attachment;
WeaponAttachmentCombination attachment;
short unused;
ScriptString* notetrackSoundMapKeys;
ScriptString* notetrackSoundMapValues;
};