summaryrefslogtreecommitdiff
path: root/ROUNDS/Photon.Pun.Simple/IFlagTeleport.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ROUNDS/Photon.Pun.Simple/IFlagTeleport.cs')
-rw-r--r--ROUNDS/Photon.Pun.Simple/IFlagTeleport.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/ROUNDS/Photon.Pun.Simple/IFlagTeleport.cs b/ROUNDS/Photon.Pun.Simple/IFlagTeleport.cs
new file mode 100644
index 0000000..89022c5
--- /dev/null
+++ b/ROUNDS/Photon.Pun.Simple/IFlagTeleport.cs
@@ -0,0 +1,6 @@
+namespace Photon.Pun.Simple;
+
+public interface IFlagTeleport
+{
+ void FlagTeleport();
+}