Example #1
0
 void CmdMoveToPortal()
 {
     _pm.CmdMoveTo(GameObject.FindGameObjectWithTag("Portal").transform.position);
 }