init
This commit is contained in:
14
Assets/Photon/PhotonChat/Code/ChannelWellKnownProperties.cs
Normal file
14
Assets/Photon/PhotonChat/Code/ChannelWellKnownProperties.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// ----------------------------------------------------------------------------------------------------------------------
|
||||
// <summary>The Photon Chat Api enables clients to connect to a chat server and communicate with other clients.</summary>
|
||||
// <remarks>ChannelWellKnownProperties contains the list of well-known channel properties.</remarks>
|
||||
// <copyright company="Exit Games GmbH">Photon Chat Api - Copyright (C) 2018 Exit Games GmbH</copyright>
|
||||
// ----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Photon.Chat
|
||||
{
|
||||
public class ChannelWellKnownProperties
|
||||
{
|
||||
public const byte MaxSubscribers = 255;
|
||||
public const byte PublishSubscribers = 254;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user