summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/SceneController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/SceneController.cs')
-rw-r--r--Client/Assembly-CSharp/SceneController.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/SceneController.cs b/Client/Assembly-CSharp/SceneController.cs
new file mode 100644
index 0000000..6129737
--- /dev/null
+++ b/Client/Assembly-CSharp/SceneController.cs
@@ -0,0 +1,6 @@
+using System;
+using UnityEngine;
+
+public class SceneController : MonoBehaviour
+{
+}