fish-station/Content.Shared/Atmos/Components/GasTankExplosionComponent.cs
A-Mironov 6ac528d1d4
Изменения после созвона глав (#143)
* Z

* z

* Z

* fix

* fix

* Z

* hm

* q

* z

* z

* z

* ready

* Update medicine.yml

* forgot this

* Лимитки, телепорт крио, айди синего щита, факс ПНТ, бульдог, уран копье

* фикс боргов и лимиток?

* update

* z

* фиксы боргов + мед борга

* Откат нерфа тазера санрайза
2025-11-30 00:09:09 +02:00

12 lines
316 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Atmos.Components;
/// <summary>
/// Marker component to indicate this entity caused a gas tank explosion, used for damage capping.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class GasTankExplosionComponent : Component
{
}