using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace IllusionPlugin.BeatSaber
|
|
{
|
|
public struct ModsaberModInfo
|
|
{
|
|
public string InternalName { get; set; }
|
|
public Version CurrentVersion { get; set; }
|
|
}
|
|
}
|