mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-15 07:43:20 +08:00
13 lines
226 B
C#
13 lines
226 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace BetterGenshinImpact.GameTask.UseActiveCode
|
|
{
|
|
internal class UseActiveCodeTask
|
|
{
|
|
}
|
|
}
|