diff options
Diffstat (limited to 'ROUNDS/Photon.Pun.Simple/LocalApplyTiming.cs')
-rw-r--r-- | ROUNDS/Photon.Pun.Simple/LocalApplyTiming.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ROUNDS/Photon.Pun.Simple/LocalApplyTiming.cs b/ROUNDS/Photon.Pun.Simple/LocalApplyTiming.cs new file mode 100644 index 0000000..f31c126 --- /dev/null +++ b/ROUNDS/Photon.Pun.Simple/LocalApplyTiming.cs @@ -0,0 +1,8 @@ +namespace Photon.Pun.Simple; + +public enum LocalApplyTiming +{ + Never, + Immediately, + OnSend +} |