Skip to content

Commit

Permalink
feat(model): Add Model #79
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 27, 2023
1 parent fa3ffb6 commit 40e0aac
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ CoavinsFirearms.AddOrReplaceModel(
'Shotgun_20g'
, { 'ShotgunReceiver_20g', 'ShotgunBarrel_20g' }
, 'ShotgunReceiver_20g')
CoavinsFirearms.AddOrReplaceModel(
'Rifle_308BA'
, { 'RifleUpperReceiver_308BA', 'RifleLowerReceiver_308BA' }
, 'RifleLowerReceiver_308BA')

0 comments on commit 40e0aac

Please sign in to comment.