[+] 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,4 +1,5 @@
using System.Collections.Generic;
using AquaMai.Attributes;
using HarmonyLib;
using MAI2.Util;
using Manager;
@@ -9,6 +10,7 @@ using UnityEngine;
namespace AquaMai.Fix;
[GameVersion(23000)]
public class ExtendNotesPool
{
[HarmonyPostfix]