示例#1
0
 void Start()
 {
     IPText.text = Network.player.ipAddress.ToString();
     RequestPC.killDatServer();
 }
示例#2
0
 public void RestartMatch()
 {
     RequestPC.killDatServer();
     Application.LoadLevel(Application.loadedLevel);
 }