Skip to content

Commit

Permalink
Update VendingMachineRestockTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jul 13, 2023
1 parent c4f59e7 commit 6b9e79f
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions Content.IntegrationTests/Tests/VendingMachineRestockTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,44 +89,6 @@ public sealed class VendingMachineRestockTest : EntitySystem
canRestock:
- BigTestInventory
#- type: entity
# parent: SecuredVendingMachineRestock
# id: TestRestockWrong
# name: TestRestockWrong
# components:
# - type: VendingMachineRestock
# canRestock:
# - OtherTestInventory
#- type: entity
# parent: SecuredVendingMachineRestock
# id: TestRestockCorrect
# name: TestRestockCorrect
# components:
# - type: VendingMachineRestock
# canRestock:
# - TestInventory
#- type: entity
# parent: SecuredVendingMachineRestock
# id: TestRestockExplode
# name: TestRestockExplode
# components:
# - type: Damageable
# damageContainer: Inorganic
# damageModifierSet: Metallic
# - type: Destructible
# thresholds:
# - trigger:
# !type:DamageTrigger
# damage: 20
# behaviors:
# - !type:DoActsBehavior
# acts: [ 'Destruction' ]
# - type: VendingMachineRestock
# canRestock:
# - BigTestInventory
- type: entity
parent: VendingMachine
id: VendingMachineTest
Expand Down

0 comments on commit 6b9e79f

Please sign in to comment.