2023-01-15 15:38:59 +11:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
2022-02-08 14:08:21 +11:00
|
|
|
namespace Content.Shared.Explosion;
|
|
|
|
|
|
2023-01-15 15:38:59 +11:00
|
|
|
[NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public abstract partial class SharedTriggerOnProximityComponent : Component
|
2022-02-08 14:08:21 +11:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|