]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move PriceCalculationEvent and EstimatedPriceCalculationEvent to shared (#37782)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sat, 24 May 2025 17:36:38 +0000 (19:36 +0200)
committerGitHub <noreply@github.com>
Sat, 24 May 2025 17:36:38 +0000 (19:36 +0200)
commitfef41879953edd4b6b5e7e20c9b4c8527371ccca
treef1f7730add227f160c612e62cdfae6d49cc891c4
parentf4efaaeb72cea14f24965e434c830b5f22636886
Move PriceCalculationEvent and EstimatedPriceCalculationEvent to shared (#37782)

* moce PriceCalculationEvent to shared

* Update Content.Shared/Cargo/PriceCalculationEvent.cs

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
---------

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
Content.Server/Anomaly/Effects/AnomalyCoreSystem.cs
Content.Server/Armor/ArmorSystem.cs
Content.Server/Atmos/EntitySystems/GasTankSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs
Content.Server/Cargo/Systems/PricingSystem.cs
Content.Server/Power/EntitySystems/BatterySystem.cs
Content.Server/Storage/EntitySystems/SpawnItemsOnUseSystem.cs
Content.Server/VendingMachines/VendingMachineSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Server/Xenoarchaeology/Artifact/XenoArtifactSystem.cs
Content.Shared/Cargo/PriceCalculationEvent.cs [new file with mode: 0644]