Exemplo n.º 1
0
 public override void OnStartServer()
 {
     serv = FindObjectOfType <Serv>();
     serv.AddPlayer(this);
 }