committed by
GitHub
parent
ea60a81fdf
commit
103bc19508
10
Content.Server/Power/Pow3r/NoOpSolver.cs
Normal file
10
Content.Server/Power/Pow3r/NoOpSolver.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.Power.Pow3r
|
||||
{
|
||||
public sealed class NoOpSolver : IPowerSolver
|
||||
{
|
||||
public void Tick(float frameTime, PowerState state)
|
||||
{
|
||||
// Literally nothing.
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user