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