detection of oculus beat saber installation

This commit is contained in:
MathieuG-P
2022-10-26 01:13:12 +02:00
parent 5dc72a76ba
commit 5b82f4c162
5 changed files with 116 additions and 27 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface BSVersion {
ReleaseDate?: string,
year?: string,
steam?: boolean,
oculus?: boolean,
name?: string,
color?: string
}