summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/Decompile/DisableOnStart.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/Decompile/DisableOnStart.cs')
-rw-r--r--Thronefall_1_0/Decompile/DisableOnStart.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Thronefall_1_0/Decompile/DisableOnStart.cs b/Thronefall_1_0/Decompile/DisableOnStart.cs
deleted file mode 100644
index 2a38cf4..0000000
--- a/Thronefall_1_0/Decompile/DisableOnStart.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using UnityEngine;
-
-public class DisableOnStart : MonoBehaviour
-{
- private void Start()
- {
- base.gameObject.SetActive(value: false);
- }
-}