Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Shared.Follower.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(FollowerSystem))]
|
||||
public class FollowerComponent : Component
|
||||
public sealed class FollowerComponent : Component
|
||||
{
|
||||
public EntityUid Following;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user