Split various drone behaviors out of drone component (innate tool, unpowered flashlight) (#10474)
This commit is contained in:
11
Content.Server/Tools/Innate/InnateToolComponent.cs
Normal file
11
Content.Server/Tools/Innate/InnateToolComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.Storage;
|
||||
|
||||
namespace Content.Server.Tools.Innate
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class InnateToolComponent : Component
|
||||
{
|
||||
[DataField("tools")] public List<EntitySpawnEntry> Tools = new();
|
||||
public List<EntityUid> ToolUids = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user