Skip to content

Commit

Permalink
add ItemPropertiesResource
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Apr 8, 2023
1 parent 83699cb commit 65d1f54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,10 @@ type ItemPropertiesPreset {
default: Boolean
}
type ItemPropertiesResource {
units: Int
}
type ItemPropertiesScope {
ergonomics: Float
sightModes: [Int]
Expand Down Expand Up @@ -583,6 +587,7 @@ union ItemProperties =
ItemPropertiesNightVision |
ItemPropertiesPainkiller |
ItemPropertiesPreset |
ItemPropertiesResource |
ItemPropertiesScope |
ItemPropertiesSurgicalKit |
ItemPropertiesWeapon |
Expand Down

0 comments on commit 65d1f54

Please sign in to comment.