summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/ILocationActivate.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/ILocationActivate.cs')
-rw-r--r--Client/Assembly-CSharp/ILocationActivate.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/ILocationActivate.cs b/Client/Assembly-CSharp/ILocationActivate.cs
new file mode 100644
index 0000000..2d9bb88
--- /dev/null
+++ b/Client/Assembly-CSharp/ILocationActivate.cs
@@ -0,0 +1,6 @@
+using System;
+
+internal interface ILocationActivate
+{
+ void LocationUse(PlayerControl pc);
+}