Answers for "photon."

C#
1

photon

/// <summary>
/// The maximum number of players per room. When a room is full, it can't be joined by new players, and so new room will be created.
/// </summary>
[Tooltip("The maximum number of players per room. When a room is full, it can't be joined by new players, and so new room will be created")]
[SerializeField]
private byte maxPlayersPerRoom = 4;
Posted by: Guest on July-04-2021
0

photon

public class Launcher : MonoBehaviourPunCallbacks
{
Posted by: Guest on July-04-2021

C# Answers by Framework

Browse Popular Code Answers by Language