5 lines
110 B
C#
5 lines
110 B
C#
public interface IPunObservable
|
|
{
|
|
void OnPhotonSerializeView(PhotonStream stream, PhotonMessageInfo info);
|
|
}
|