Remove 700 usages of Component.Owner (#21100)
This commit is contained in:
@@ -55,7 +55,7 @@ public sealed class RevenantOverloadedLightsSystem : SharedRevenantOverloadedLig
|
||||
Dirty(uid, light);
|
||||
}
|
||||
|
||||
protected override void OnZap(RevenantOverloadedLightsComponent component)
|
||||
protected override void OnZap(Entity<RevenantOverloadedLightsComponent> component)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user