connect new gui to vr engine

This commit is contained in:
Sem van der Hoeven
2020-10-09 16:58:39 +02:00
parent 25d0bda483
commit f6e5152939
5 changed files with 37 additions and 14 deletions

View File

@@ -10,5 +10,7 @@ namespace ClientApp.Models
public bool ConnectedToServer { get; set; }
public bool ConnectedToVREngine { get; set; }
public bool DoctorConnected { get; set; }
public bool CanConnectToVR { get; set; }
}
}