Convert ItemCabinet to use a VisualizerSystem (#6571)

This commit is contained in:
mirrorcult
2022-02-09 18:53:44 -07:00
committed by GitHub
parent 47c31fac47
commit b96cee4fd5
8 changed files with 46 additions and 55 deletions

View File

@@ -62,7 +62,7 @@ public sealed partial class TriggerSystem
EntityManager.EnsureComponent<AnimationPlayerComponent>(uid);
}
private void OnProxAppChange(EntityUid uid, TriggerOnProximityComponent component, AppearanceChangeEvent args)
private void OnProxAppChange(EntityUid uid, TriggerOnProximityComponent component, ref AppearanceChangeEvent args)
{
OnChangeData(uid, component, args.Component);
}