aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Gameplay
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Gameplay')
-rw-r--r--source/WindowsFormsApplication1/Gameplay/HackUI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Gameplay/HackUI.cs b/source/WindowsFormsApplication1/Gameplay/HackUI.cs
index efafb25..a1c1555 100644
--- a/source/WindowsFormsApplication1/Gameplay/HackUI.cs
+++ b/source/WindowsFormsApplication1/Gameplay/HackUI.cs
@@ -1168,7 +1168,7 @@ namespace ShiftOS
tmrvisualizer.Start();
}
- #region ENEMY
+ #region ENEMY
private EnemyHacker ThisEnemyHacker { get; set; }
public List<Computer> AllEnemyComputers = null;
public Computer ThisEnemyPC { get; set; }