Mime Powers (Vow + Invisible Wall) (#7653)
This commit is contained in:
12
Content.Server/Abilities/Mime/InvisibleWallComponent.cs
Normal file
12
Content.Server/Abilities/Mime/InvisibleWallComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Content.Server.Abilities.Mime
|
||||
{
|
||||
// Tracks invisible wall despawning
|
||||
[RegisterComponent]
|
||||
public sealed class InvisibleWallComponent : Component
|
||||
{
|
||||
[DataField("accumulator")]
|
||||
public float Accumulator = 0f;
|
||||
[DataField("despawnTime")]
|
||||
public TimeSpan DespawnTime = TimeSpan.FromSeconds(30);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user