8 lines
144 B
C#
8 lines
144 B
C#
namespace Content.Server.Power.Pow3r
|
|
{
|
|
public interface IPowerSolver
|
|
{
|
|
void Tick(float frameTime, PowerState state);
|
|
}
|
|
}
|