Use automatic component registration.
This commit is contained in:
@@ -5,6 +5,7 @@ using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Movement
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class AiControllerComponent : Component, IMoverComponent
|
||||
{
|
||||
private string _logicName;
|
||||
|
||||
Reference in New Issue
Block a user