Parallelize BatteryRampPegSolver (#12351)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.Power.Pow3r
|
||||
namespace Content.Server.Power.Pow3r
|
||||
{
|
||||
public interface IPowerSolver
|
||||
{
|
||||
void Tick(float frameTime, PowerState state);
|
||||
void Tick(float frameTime, PowerState state, int parallel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user