diff options
Diffstat (limited to 'ROUNDS/Photon.Pun.Simple.ContactGroups/IContactGroupMask.cs')
-rw-r--r-- | ROUNDS/Photon.Pun.Simple.ContactGroups/IContactGroupMask.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ROUNDS/Photon.Pun.Simple.ContactGroups/IContactGroupMask.cs b/ROUNDS/Photon.Pun.Simple.ContactGroups/IContactGroupMask.cs new file mode 100644 index 0000000..fbe4f11 --- /dev/null +++ b/ROUNDS/Photon.Pun.Simple.ContactGroups/IContactGroupMask.cs @@ -0,0 +1,6 @@ +namespace Photon.Pun.Simple.ContactGroups; + +public interface IContactGroupMask +{ + int Mask { get; } +} |