Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/PhotonTargets.cs
2026-02-21 16:45:37 +08:00

11 lines
156 B
C#

public enum PhotonTargets
{
All = 0,
Others = 1,
MasterClient = 2,
AllBuffered = 3,
OthersBuffered = 4,
AllViaServer = 5,
AllBufferedViaServer = 6
}