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