1 2 3 4 5 6
namespace Photon.Pun.Simple; public interface IOnCaptureState { void OnCaptureCurrentState(int frameId); }