Rename game state id

master
D4VID 7 months ago
parent f0a06ce7e8
commit ca5581b751

@ -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;

Loading…
Cancel
Save