Remove Entity<T> data-fields (#34083)
This commit is contained in:
@@ -20,7 +20,7 @@ public sealed partial class DrainComponent : Component
|
||||
[ValidatePrototypeId<TagPrototype>]
|
||||
public const string PlungerTag = "Plunger";
|
||||
|
||||
[DataField]
|
||||
[ViewVariables]
|
||||
public Entity<SolutionComponent>? Solution = null;
|
||||
|
||||
[DataField]
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Content.Shared.Fluids.Components
|
||||
|
||||
[DataField("solution")] public string SolutionName = "puddle";
|
||||
|
||||
[DataField("solutionRef")]
|
||||
[ViewVariables]
|
||||
public Entity<SolutionComponent>? Solution;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user