To use Photon.MmoDemo.Client.Game

Options
To use Photon.MmoDemo.Client.Game
How to add the server on behalf of it?

Send Position and Rotation
this.Game.Avatar.MoveAbsolute (Position, Rotation);


The client receives Position and Rotation
this.transform.position = new Vector3 (this.item.Position [0], this.transform.position.y, this.item.Position [1]);