Toy Box filled with toys (ready for merge) (#16252)
This commit is contained in:
11
Content.Shared/Puppet/PuppetDummyComponent.cs
Normal file
11
Content.Shared/Puppet/PuppetDummyComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Puppet
|
||||
{
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class PuppetDummyComponent : Component
|
||||
{
|
||||
[DataField("enabled")]
|
||||
public bool Enabled = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user