9 lines
162 B
C#
Executable File
9 lines
162 B
C#
Executable File
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class MyZeroTier : MonoBehaviour {
|
|
void Start() {
|
|
Application.OpenURL("https://my.zerotier.com");
|
|
}
|
|
}
|