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