Delta-v/Content.Server/DeviceLinking
Pieter-Jan Briers 22f7f127e2 Remove update from DeviceLinkSystem (#37152)
The tick updates were purely used to decrease the invoke counter once per tick. Now instead we just calculate the effective counter value with some trivial math on the tick number. This completely removes the need for an update function.

The relative tick is not stored to map files. If we really need this, we can add a TickOffsetSerializer (similar to TimeOffsetSerializer), but I doubt it matters.
2025-05-18 16:48:51 +01:00
..
Components move DeviceLinking events to shared (#36307) 2025-04-06 21:36:00 +01:00
Systems Remove update from DeviceLinkSystem (#37152) 2025-05-18 16:48:51 +01:00