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