code
This commit is contained in:
16
controller/VersionConfig.cs
Normal file
16
controller/VersionConfig.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BeatSaber_Versions.controller
|
||||
{
|
||||
internal class VersionConfig
|
||||
|
||||
{
|
||||
public string version { get; set; }
|
||||
public string name { get; set; }
|
||||
public string path { get; set; }
|
||||
}
|
||||
}
|
||||
15
controller/VersionConfigDict.cs
Normal file
15
controller/VersionConfigDict.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BeatSaber_Versions.controller
|
||||
{
|
||||
internal class VersionConfigDict
|
||||
{
|
||||
public String? beatsabersongs { get; set; }
|
||||
public String? beatsaberfolder { get; set; }
|
||||
public Dictionary<string,VersionConfig> versions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user