Cleaner BoundUserInterfaces (#17736)
This commit is contained in:
@@ -13,7 +13,7 @@ public sealed class RadarConsoleComponent : Component
|
||||
set => IoCManager
|
||||
.Resolve<IEntitySystemManager>()
|
||||
.GetEntitySystem<SharedRadarConsoleSystem>()
|
||||
.SetRange(this, value);
|
||||
.SetRange(Owner, value, this);
|
||||
}
|
||||
|
||||
[DataField("maxRange")]
|
||||
|
||||
Reference in New Issue
Block a user