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]
|
2022-02-08 14:08:21 +11:00
|
|
|
public abstract class SharedTriggerOnProximityComponent : Component
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|