[+] Mark supported game versions with attributes

This commit is contained in:
Clansty
2024-10-27 23:34:41 +08:00
parent 6bb2685e03
commit ff2ed50dea
9 changed files with 54 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using AquaMai.Attributes;
using AquaMai.Helpers;
using AquaMai.Resources;
using HarmonyLib;
@@ -13,6 +14,7 @@ using UnityEngine;
namespace AquaMai.Utils;
[GameVersion(23500)]
public class SelectionDetail
{
private static readonly Window[] window = new Window[2];