add: Прототип гранатомета СБ (#479)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Content.Server._White.Explosion;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class TriggerOnLandComponent : Component
|
||||
{
|
||||
[DataField]
|
||||
public float Delay = 0.3f;
|
||||
}
|
||||
Reference in New Issue
Block a user