|
|
@ -7,7 +7,7 @@ using LogicWorld.GameStates;
|
|
|
|
|
|
|
|
|
|
|
|
namespace CriticalPathAnalyzer.Client {
|
|
|
|
namespace CriticalPathAnalyzer.Client {
|
|
|
|
public class CriticalPathAnalyzerGameState : GameState {
|
|
|
|
public class CriticalPathAnalyzerGameState : GameState {
|
|
|
|
public const string Id = "CriticalPathAnalyzer.Analyzing";
|
|
|
|
public const string Id = "CriticalPathAnalyzerTool";
|
|
|
|
|
|
|
|
|
|
|
|
public override bool MouseLocked => true;
|
|
|
|
public override bool MouseLocked => true;
|
|
|
|
public override string TextID => Id;
|
|
|
|
public override string TextID => Id;
|
|
|
|