Files
2026-02-21 16:45:37 +08:00

5 lines
110 B
C#

public interface IPunObservable
{
void OnPhotonSerializeView(PhotonStream stream, PhotonMessageInfo info);
}