Revert "Actions Rework" (#6888)
This commit is contained in:
@@ -25,7 +25,6 @@ namespace Content.Shared.Whitelist
|
||||
/// - AsteroidRock
|
||||
/// </code>
|
||||
[DataDefinition]
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class EntityWhitelist : ISerializationHooks
|
||||
{
|
||||
/// <summary>
|
||||
@@ -33,7 +32,6 @@ namespace Content.Shared.Whitelist
|
||||
/// </summary>
|
||||
[DataField("components")] public string[]? Components = null;
|
||||
|
||||
[NonSerialized]
|
||||
private List<IComponentRegistration>? _registrations = null;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user