* Z * z * Z * fix * fix * Z * hm * q * z * z * z * ready * Update medicine.yml * forgot this * Лимитки, телепорт крио, айди синего щита, факс ПНТ, бульдог, уран копье * фикс боргов и лимиток? * update * z * фиксы боргов + мед борга * Откат нерфа тазера санрайза
12 lines
316 B
C#
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
|
|
{
|
|
}
|
|
|