Update content to new ParallelManager (#21813)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using Robust.Shared.Threading;
|
||||
|
||||
namespace Content.Server.Power.Pow3r
|
||||
{
|
||||
public interface IPowerSolver
|
||||
{
|
||||
void Tick(float frameTime, PowerState state, int parallel);
|
||||
void Tick(float frameTime, PowerState state, IParallelManager parallel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user