* partial buckling refactor * git mv test * change test namespace * git mv test * Update test namespace * Add pulling test * Network BuckleTime * Add two more tests * smelly
8 lines
182 B
C#
8 lines
182 B
C#
namespace Content.Server.Bed.Components
|
|
{
|
|
// TODO rename this component
|
|
[RegisterComponent]
|
|
public sealed partial class HealOnBuckleHealingComponent : Component
|
|
{}
|
|
}
|