summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Rendering/CustomLighting.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Rendering/CustomLighting.cs')
-rw-r--r--Assets/Scripts/Rendering/CustomLighting.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Assets/Scripts/Rendering/CustomLighting.cs b/Assets/Scripts/Rendering/CustomLighting.cs
deleted file mode 100644
index 57597e21..00000000
--- a/Assets/Scripts/Rendering/CustomLighting.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class CustomLightingSystem : Singleton<CustomLightingSystem>
-{
-
-
-}