Use automatic component registration.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Log;
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Movement
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class TeleportableComponent : Component
|
||||
{
|
||||
public override string Name => "Teleportable";
|
||||
|
||||
Reference in New Issue
Block a user