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, 9 insertions, 0 deletions
diff --git a/Assets/Scripts/Rendering/CustomLighting.cs b/Assets/Scripts/Rendering/CustomLighting.cs
new file mode 100644
index 00000000..57597e21
--- /dev/null
+++ b/Assets/Scripts/Rendering/CustomLighting.cs
@@ -0,0 +1,9 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class CustomLightingSystem : Singleton<CustomLightingSystem>
+{
+
+
+}