|
|
@ -9,8 +9,6 @@ using LogicWorld.Outlines;
|
|
|
|
using LogicWorld.Physics;
|
|
|
|
using LogicWorld.Physics;
|
|
|
|
using LogicWorld.Players;
|
|
|
|
using LogicWorld.Players;
|
|
|
|
|
|
|
|
|
|
|
|
#pragma warning disable CS8073 // The result of the expression is always the same since a value of this type is never equal to 'null'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace CriticalPathAnalyzer.Client.Tool {
|
|
|
|
namespace CriticalPathAnalyzer.Client.Tool {
|
|
|
|
public class CriticalPathAnalyzerTool {
|
|
|
|
public class CriticalPathAnalyzerTool {
|
|
|
|
private static ILogicLogger _logger;
|
|
|
|
private static ILogicLogger _logger;
|
|
|
|