diff options
Diffstat (limited to 'Assets/Scripts/Rendering/CustomLighting.cs')
-rw-r--r-- | Assets/Scripts/Rendering/CustomLighting.cs | 9 |
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>
+{
+
+
+}
|