예제 #1
0
    // Start is called before the first frame update
    async void Start()
    {
        Cursor.lockState = CursorLockMode.None;
        Cursor.visible   = true;

        // Screen.fullScreen = false;
        NetworkCommand.Initialize();
        await m_networkService.Connect();
    }
예제 #2
0
 public void Run()
 {
     _networkService.Connect();
 }