-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #434 from InvalidArgument3/sifieldgenfinalsolution
sifieldgenfixing (real)
- Loading branch information
Showing
3 changed files
with
74 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
SCDefenseBlocks/Data/Scripts/OneFuckingFolderDeeper/StructuralIntegrity/SI_Utility.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
using System.Collections.Generic; | ||
using VRage.Game.Components; | ||
using VRage.Game.Entity; | ||
using VRage.Utils; | ||
using StarCore.StructuralIntegrity; | ||
|
||
namespace StarCore.StructuralIntegrity | ||
{ | ||
[MySessionComponentDescriptor(MyUpdateOrder.NoUpdate)] | ||
public class SI_Utility : MySessionComponentBase | ||
{ | ||
// public static SI_Utility Instance; | ||
// | ||
// public bool ControlsCreated = false; | ||
// public Networking Networking = new Networking(58936); | ||
// public List<MyEntity> Entities = new List<MyEntity>(); | ||
// public PacketBlockSettings CachedPacketSettings; | ||
// | ||
// public readonly MyStringId MATERIAL_SQUARE = MyStringId.GetOrCompute("Square"); | ||
// public readonly MyStringId MATERIAL_DOT = MyStringId.GetOrCompute("WhiteDot"); | ||
// | ||
// public override void LoadData() | ||
// { | ||
// Instance = this; | ||
// | ||
// Networking.Register(); | ||
// | ||
// CachedPacketSettings = new PacketBlockSettings(); | ||
// } | ||
// | ||
// protected override void UnloadData() | ||
// { | ||
// Instance = null; | ||
// | ||
// Networking?.Unregister(); | ||
// Networking = null; | ||
// } | ||
} | ||
} |
39 changes: 0 additions & 39 deletions
39
...enseBlocks/Data/Scripts/OneFuckingFolderDeeper/StructuralIntegrity/SI_Utility.cs.disabled
This file was deleted.
Oops, something went wrong.