mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 21:57:26 +08:00
[+] Mark supported game versions with attributes
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user