Files
OldThink/Content.Shared/Puppet/VentriloquistPuppetComponent.cs

8 lines
179 B
C#
Raw Permalink Normal View History

using Robust.Shared.GameStates;
namespace Content.Shared.Puppet;
[RegisterComponent, NetworkedComponent]
public sealed partial class VentriloquistPuppetComponent : Component
{
}