ECS AsteroidRock and add a doafter to mining (#6120)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
11
Content.Server/Mining/Components/MineableComponent.cs
Normal file
11
Content.Server/Mining/Components/MineableComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Mining.Components;
|
||||
|
||||
[RegisterComponent, ComponentProtoName("Mineable")]
|
||||
[Friend(typeof(MineableSystem))]
|
||||
public class MineableComponent : Component
|
||||
{
|
||||
public float BaseMineTime = 1.0f;
|
||||
}
|
||||
Reference in New Issue
Block a user