Add legacy redirect for LuaCsSetup.Timer

This commit is contained in:
Evil Factory
2026-03-14 14:31:03 -03:00
parent ecc4d8a6c1
commit f802356b0a

View File

@@ -429,6 +429,7 @@ namespace Barotrauma
public ILuaCsHook Hook => this.EventService;
public INetworkingService Networking => this.NetworkingService;
public ILuaCsTimer Timer => _servicesProvider.GetService<ILuaCsTimer>();
#endregion