Beispiel #1
0
 public void LoadNetworkCache(out string address, out int port)
 {
     address = PlayerPrefsPlus.GetString(NETWORK_ADDRESS, string.Empty);
     port    = PlayerPrefsPlus.GetInt(NETWORK_PORT, 0);
 }