add: Прототип гранатомета СБ (#479)

This commit is contained in:
Spatison
2024-07-22 17:20:16 +03:00
committed by GitHub
parent f82eee75b0
commit 71d88bd053
5 changed files with 191 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
namespace Content.Server._White.Explosion;
[RegisterComponent]
public sealed partial class TriggerOnLandComponent : Component
{
[DataField]
public float Delay = 0.3f;
}