diff --git a/Core/Game/Managers/ClientManager.cs b/Core/Game/Managers/ClientManager.cs old mode 100755 new mode 100644 diff --git a/Core/Game/Managers/ServerSimulator.cs b/Core/Game/Managers/ServerSimulator.cs old mode 100755 new mode 100644 diff --git a/Core/Game/Player/OrderMarker.cs b/Core/Game/Player/OrderMarker.cs old mode 100755 new mode 100644 index 3cc16ad0..b07e0bc1 --- a/Core/Game/Player/OrderMarker.cs +++ b/Core/Game/Player/OrderMarker.cs @@ -1,4 +1,4 @@ -using UnityEngine; +using UnityEngine; public class OrderMarker : MonoBehaviour { diff --git a/Core/Game/Player/UI/StatsBar.cs b/Core/Game/Player/UI/StatsBar.cs old mode 100755 new mode 100644 index 98fb2bdd..fbaa0a97 --- a/Core/Game/Player/UI/StatsBar.cs +++ b/Core/Game/Player/UI/StatsBar.cs @@ -1,4 +1,4 @@ -using UnityEngine; +using UnityEngine; using System; namespace Lockstep.UI diff --git a/Core/Simulation/Grid/Core/GridNode.cs b/Core/Simulation/Grid/Core/GridNode.cs old mode 100755 new mode 100644 diff --git a/Core/Simulation/Grid/Utility/Tools/Blocker/Blocker.cs b/Core/Simulation/Grid/Utility/Tools/Blocker/Blocker.cs index dfdcb7a8..b0b90182 100644 --- a/Core/Simulation/Grid/Utility/Tools/Blocker/Blocker.cs +++ b/Core/Simulation/Grid/Utility/Tools/Blocker/Blocker.cs @@ -1,24 +1,23 @@ using UnityEngine; using FastCollections; using Lockstep; -using System.Collections.Generic; //Blocker for static environment pieces in a scene. [RequireComponent(typeof(UnityLSBody))] public class Blocker : EnvironmentObject { - static readonly FastList bufferCoordinates = new FastList(); + static readonly FastList bufferCoordinates = new FastList(); - [SerializeField] - private bool _blockPathfinding = true; - public bool BlockPathfinding { get { return _blockPathfinding; } } + [SerializeField] + private bool _blockPathfinding = true; + public bool BlockPathfinding { get { return _blockPathfinding; } } - public LSBody CachedBody { get; private set; } + public LSBody CachedBody { get; private set; } - protected override void OnLateInitialize() - { - base.OnInitialize(); + protected override void OnLateInitialize() + { + base.OnInitialize(); CachedBody = this.GetComponent().InternalBody; diff --git a/Core/Simulation/Physics/Core/PhysicsTool.cs b/Core/Simulation/Physics/Core/PhysicsTool.cs index 4ee5f2d4..e5e2fe06 100644 --- a/Core/Simulation/Physics/Core/PhysicsTool.cs +++ b/Core/Simulation/Physics/Core/PhysicsTool.cs @@ -60,4 +60,4 @@ public static void CircleCast(Vector2d position, long radius, FastList o } } } -} \ No newline at end of file +} diff --git a/Core/Utility/Array2D.cs b/Core/Utility/Array2D.cs old mode 100755 new mode 100644 diff --git a/Core/Utility/LSUtility.cs b/Core/Utility/LSUtility.cs old mode 100755 new mode 100644 diff --git a/Core/Utility/MessageSystem/DefaultMessageRaiser.cs b/Core/Utility/MessageSystem/DefaultMessageRaiser.cs old mode 100755 new mode 100644 diff --git a/Core/Utility/PathObject/Core/Editor/EditorPathObject.cs b/Core/Utility/PathObject/Core/Editor/EditorPathObject.cs old mode 100755 new mode 100644 diff --git a/Core/Utility/Serialization/Compressor.cs b/Core/Utility/Serialization/Compressor.cs old mode 100755 new mode 100644 diff --git a/Core/Utility/Serialization/Editor/Injector.cs b/Core/Utility/Serialization/Editor/Injector.cs old mode 100755 new mode 100644 diff --git a/Extra/BuildSystem/BuildGrid/GridBuilder.cs b/Extra/BuildSystem/BuildGrid/GridBuilder.cs old mode 100755 new mode 100644 diff --git a/Integration/Editor/CustomPropertyDrawers/CustomPropertyDrawers.cs b/Integration/Editor/CustomPropertyDrawers/CustomPropertyDrawers.cs old mode 100755 new mode 100644 diff --git a/Integration/Editor/EditorCerealBehaviour.cs b/Integration/Editor/EditorCerealBehaviour.cs old mode 100755 new mode 100644 diff --git a/Integration/Editor/LSEditorUtility.cs b/Integration/Editor/LSEditorUtility.cs old mode 100755 new mode 100644 diff --git a/Integration/Environment/Heightmap/HeightmapSaver.cs b/Integration/Environment/Heightmap/HeightmapSaver.cs old mode 100755 new mode 100644 diff --git a/Integration/Test/GridDebugger.cs b/Integration/Test/GridDebugger.cs old mode 100755 new mode 100644